RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomActionDockBar.DoStartDock Method

OnStartDock event dispatcher.

Pascal
procedure DoStartDock(var DragObject: TDragObject); override;
C++
virtual __fastcall DoStartDock(TDragObject DragObject);

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

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!