RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TShape.OnEndDock Event

Occurs when the dragging of an object ends, either by docking the object or by canceling the dragging.

Pascal
property OnEndDock: TEndDragEvent;
C++
__property TEndDragEvent OnEndDock;

Use OnEndDock to specify actions or special processing that when a drag-and-dock operation stops. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!