mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 07:38:14 +02:00
LCL: Formatting
git-svn-id: trunk@30189 -
This commit is contained in:
parent
1049bada99
commit
3a816c7fd1
12
lcl/forms.pp
12
lcl/forms.pp
@ -1402,14 +1402,10 @@ type
|
||||
function IsRTLLang(ALang: String): Boolean;
|
||||
function Direction(ALang: String): TBiDiMode;
|
||||
public
|
||||
procedure DoArrowKey(AControl: TWinControl; var Key: Word;
|
||||
Shift: TShiftState);
|
||||
procedure DoEscapeKey(AControl: TWinControl; var Key: Word;
|
||||
Shift: TShiftState);
|
||||
procedure DoReturnKey(AControl: TWinControl; var Key: Word;
|
||||
Shift: TShiftState);
|
||||
procedure DoTabKey(AControl: TWinControl; var Key: Word;
|
||||
Shift: TShiftState);
|
||||
procedure DoArrowKey(AControl: TWinControl; var Key: Word; Shift: TShiftState);
|
||||
procedure DoEscapeKey(AControl: TWinControl; var Key: Word; Shift: TShiftState);
|
||||
procedure DoReturnKey(AControl: TWinControl; var Key: Word; Shift: TShiftState);
|
||||
procedure DoTabKey(AControl: TWinControl; var Key: Word; Shift: TShiftState);
|
||||
|
||||
property Active: boolean read GetActive;
|
||||
property ApplicationType : TApplicationType read FApplicationType write FApplicationType;
|
||||
|
Loading…
Reference in New Issue
Block a user