RAD Studio VCL Reference
|
TStartDockEvent is the type of the OnStartDock event handler.
TStartDockEvent = procedure (Sender: TObject; var DragObject: TDragDockObject) of object;
(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!
|