RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TOleControl.GetSmallintProp Method

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

Pascal
function GetSmallintProp(Index: Integer): Smallint;
C++
__fastcall Smallint GetSmallintProp(int Index);

Use GetSmallintProp to read a property of an ActiveX control. The Index parameter specifies the dispid of the property being read. GetSmallintProp 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!