lcl: publish missing events to TDBMemo (issue #20342)

git-svn-id: trunk@32513 -
This commit is contained in:
blikblum 2011-09-26 01:03:23 +00:00
parent f293b829fd
commit b9ed244eab

View File

@ -872,6 +872,9 @@ Type
property Font;
property MaxLength;
property OnChange;
property OnClick;
property OnContextPopup;
property OnDblClick;
property OnDragDrop;
property OnDragOver;
property OnEditingDone;
@ -881,6 +884,9 @@ Type
property OnKeyDown;
property OnKeyPress;
property OnKeyUp;
property OnMouseDown;
property OnMouseMove;
property OnMouseUp;
property OnStartDrag;
property OnUTF8KeyPress;
property ParentBiDiMode;