From 3e9f8d11d532810a1965f934459aba1beedddc07 Mon Sep 17 00:00:00 2001 From: jesus Date: Wed, 24 Jul 2013 20:42:19 +0000 Subject: [PATCH] LCL, grids, added ActiveControl property to TCompositeCellEditor git-svn-id: trunk@42198 - --- lcl/grids.pas | 1 + 1 file changed, 1 insertion(+) diff --git a/lcl/grids.pas b/lcl/grids.pas index 89ad7400fc..e49838347e 100644 --- a/lcl/grids.pas +++ b/lcl/grids.pas @@ -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;