mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 12:18:03 +02:00
LCL, grids, added ActiveControl property to TCompositeCellEditor
git-svn-id: trunk@42198 -
This commit is contained in:
parent
52faf04b92
commit
3e9f8d11d5
@ -298,6 +298,7 @@ type
|
||||
procedure AddEditor(aEditor: TWinControl; aAlign: TAlign; ActiveCtrl:boolean);
|
||||
procedure SetFocus; override;
|
||||
property MaxLength: Integer read GetMaxLength write SetMaxLength;
|
||||
property ActiveControl: TWinControl read GetActiveControl;
|
||||
end;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user