RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TOleControl.GetOleBoolProp Method

Reads a property of an ActiveX control. The property is expected to be of type TOleBool.

Pascal
function GetOleBoolProp(Index: Integer): TOleBool;
C++
__fastcall TOleBool GetOleBoolProp(int Index);

Use GetOleBoolProp to read a property of an ActiveX control. The Index parameter specifies the dispid of the property being read. GetOleBoolProp returns the value of the read property. 

 

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