RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Controls.TStartDockEvent Type

TStartDockEvent is the type of the OnStartDock event handler.

Pascal
TStartDockEvent = procedure (Sender: TObject; var DragObject: TDragDockObject) of object;
C++
(Sender: TObject; var DragObject: TDragDockObject) ( TStartDockEvent)();

Controls

Sender is the object on which a control is being docked.  

DragObject is information about the control that is being docked. 

 

OnStartDock

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