RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TOleControl.GetProperty Method

Reads a property of an ActiveX control.

Pascal
procedure GetProperty(Index: Integer; var Value: TVarData);
C++
__fastcall GetProperty(int Index, TVarData Value);

Use GetProperty to read a property of an ActiveX control. The Index parameter specifies the dispid of the property being read. The Value output parameter is a TVarData, which will be filled with the read property value. 

 

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