lcl: publish docking related properties for TListView

git-svn-id: trunk@21883 -
This commit is contained in:
paul 2009-09-26 14:19:20 +00:00
parent 6291a3af5a
commit ffc58f9042

View File

@ -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;