RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TOleControl.ControlData Property

Specifies the PControlData associated with TOleControl.

Pascal
property ControlData: PControlData;
C++
__property PControlData ControlData;

Use ControlData to get or set the PControlData associated with TOleControl. The returned value is a pointer to a TControlData record, which contains all the information associated to the ActiveX control. 

 

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