RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TControl.DoEndDock Method

OnEndDock event dispatcher.

Pascal
procedure DoEndDock(Target: TObject; X: Integer; Y: Integer); dynamic;
C++
__fastcall DoEndDock(TObject * Target, int X, int Y);

OnEndDock calls any event handler attached to the OnEndDock event. When creating a component that descends from TControl, override OnEndDock to provide other responses in addition to the inherited event-handler call when the user finishes a drag-and-dock operation. 

 

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