mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-15 23:39:24 +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 ColumnClick;
|
||||||
property Constraints;
|
property Constraints;
|
||||||
property DragCursor;
|
property DragCursor;
|
||||||
|
property DragKind;
|
||||||
property DragMode;
|
property DragMode;
|
||||||
// property DefaultItemHeight;
|
// property DefaultItemHeight;
|
||||||
// property DropTarget;
|
// property DropTarget;
|
||||||
@ -1200,6 +1201,7 @@ type
|
|||||||
property OnDeletion;
|
property OnDeletion;
|
||||||
property OnDragDrop;
|
property OnDragDrop;
|
||||||
property OnDragOver;
|
property OnDragOver;
|
||||||
|
property OnEndDock;
|
||||||
property OnEndDrag;
|
property OnEndDrag;
|
||||||
property OnKeyDown;
|
property OnKeyDown;
|
||||||
property OnKeyPress;
|
property OnKeyPress;
|
||||||
@ -1211,6 +1213,7 @@ type
|
|||||||
property OnMouseUp;
|
property OnMouseUp;
|
||||||
property OnResize;
|
property OnResize;
|
||||||
property OnSelectItem;
|
property OnSelectItem;
|
||||||
|
property OnStartDock;
|
||||||
property OnStartDrag;
|
property OnStartDrag;
|
||||||
property OnUTF8KeyPress;
|
property OnUTF8KeyPress;
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user