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

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

DragObject is information about the control that is being docked. 

 

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