RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TControl.DockTrackNoTarget Method

Handles dragging of the control over an invalid docking target.

Pascal
procedure DockTrackNoTarget(Source: TDragDockObject; X: Integer; Y: Integer); dynamic;
C++
__fastcall DockTrackNoTarget(TDragDockObject Source, int X, int Y);

DockTrackNoTarget is called automatically when the control is dragged over an invalid docking target. It updates the docking rectangle of the TDragDockObject specified by Source to reflect the current mouse coordinates, as given by X and Y. 

 

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