From 322cffcdf4a06fb32e9ac3c2043a670826ad95a8 Mon Sep 17 00:00:00 2001 From: blikblum Date: Thu, 26 May 2011 15:04:33 +0000 Subject: [PATCH] lcl: publish TLabeledEdit.OnEditingDone git-svn-id: trunk@30914 - --- lcl/extctrls.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/lcl/extctrls.pp b/lcl/extctrls.pp index 219949d630..02ebaee80c 100644 --- a/lcl/extctrls.pp +++ b/lcl/extctrls.pp @@ -1100,6 +1100,7 @@ type property OnDblClick; property OnDragDrop; property OnDragOver; + property OnEditingDone; property OnEndDrag; property OnEnter; property OnExit;