mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-15 08:19:53 +02:00
lcl: publish docking related properties for TListView
git-svn-id: trunk@21883 -
This commit is contained in:
parent
6291a3af5a
commit
ffc58f9042
@ -1147,6 +1147,7 @@ type
|
||||
property ColumnClick;
|
||||
property Constraints;
|
||||
property DragCursor;
|
||||
property DragKind;
|
||||
property DragMode;
|
||||
// property DefaultItemHeight;
|
||||
// property DropTarget;
|
||||
@ -1200,6 +1201,7 @@ type
|
||||
property OnDeletion;
|
||||
property OnDragDrop;
|
||||
property OnDragOver;
|
||||
property OnEndDock;
|
||||
property OnEndDrag;
|
||||
property OnKeyDown;
|
||||
property OnKeyPress;
|
||||
@ -1211,6 +1213,7 @@ type
|
||||
property OnMouseUp;
|
||||
property OnResize;
|
||||
property OnSelectItem;
|
||||
property OnStartDock;
|
||||
property OnStartDrag;
|
||||
property OnUTF8KeyPress;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user