RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBaseDragControlObject.Control Property

Indicates the control that is being dragged.

Pascal
property Control: TControl;
C++
__property TControl * Control;

Use Control to gain access to the object that is being dragged. Depending on the operation, its properties can affect the appearance of the drag cursor and whether a drag target accepts the control. 

 

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