LCL, patch to publish OnEditingDone event in some dbcontrols, from Silvio Clesio, issue #17433

git-svn-id: trunk@28426 -
This commit is contained in:
jesus 2010-11-23 07:34:44 +00:00
parent 2f99320859
commit e9ffe1adc7

View File

@ -260,6 +260,7 @@ Type
property OnDblClick; property OnDblClick;
property OnDragDrop; property OnDragDrop;
property OnDragOver; property OnDragOver;
property OnEditingDone;
property OnEndDrag; property OnEndDrag;
property OnEnter; property OnEnter;
property OnExit; property OnExit;
@ -490,6 +491,7 @@ Type
property OnDragDrop; property OnDragDrop;
property OnDragOver; property OnDragOver;
// property OnDrawItem; // property OnDrawItem;
property OnEditingDone;
property OnEndDrag; property OnEndDrag;
property OnEnter; property OnEnter;
property OnExit; property OnExit;
@ -892,6 +894,7 @@ Type
property OnChange; property OnChange;
property OnDragDrop; property OnDragDrop;
property OnDragOver; property OnDragOver;
property OnEditingDone;
property OnEndDrag; property OnEndDrag;
property OnEnter; property OnEnter;
property OnExit; property OnExit;