mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-03 20:40:25 +02:00
lcl: publish missing events to TDBMemo (issue #20342)
git-svn-id: trunk@32513 -
This commit is contained in:
parent
f293b829fd
commit
b9ed244eab
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user