RxDBGrid - property OnEditingDone now is published

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2893 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
alexs75
2014-02-02 06:02:22 +00:00
parent d7ae172c98
commit acb193861d
2 changed files with 3 additions and 2 deletions

View File

@ -814,6 +814,7 @@ type
property OnDrawColumnCell; property OnDrawColumnCell;
property OnDblClick; property OnDblClick;
property OnEditButtonClick; property OnEditButtonClick;
property OnEditingDone;
property OnEndDock; property OnEndDock;
property OnEndDrag; property OnEndDrag;
property OnEnter; property OnEnter;

View File

@ -23,10 +23,10 @@
</CompilerOptions> </CompilerOptions>
<Description Value="Delphi VCL Extensions (RX) <Description Value="Delphi VCL Extensions (RX)
Copyright (c) 1998 Master-Bank Copyright (c) 1998 Master-Bank
translate to Lazarus by alexs in 2005 - 2012 translate to Lazarus by alexs in 2005 - 2014
"/> "/>
<License Value="LGPL"/> <License Value="LGPL"/>
<Version Major="2" Minor="6" Release="1" Build="134"/> <Version Major="2" Minor="6" Release="2" Build="136"/>
<Files Count="68"> <Files Count="68">
<Item1> <Item1>
<Filename Value="autopanel.pas"/> <Filename Value="autopanel.pas"/>