LCL, grids, added ActiveControl property to TCompositeCellEditor

git-svn-id: trunk@42198 -
This commit is contained in:
jesus 2013-07-24 20:42:19 +00:00
parent 52faf04b92
commit 3e9f8d11d5

View File

@ -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;