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