RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TControlCanvas.Control Property

Specifies the control associated with the control canvas object.

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

Read Control to gain access to the control associated with the control canvas object. Descendants of TWinControl that use a control canvas set the Control property to form the association. The control canvas object uses the Control property to get information from its associated control. 

 

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