RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TOleControl._SetTOleEnumProp Method

Sets a property of an ActiveX control to the specified enumeration value.

Pascal
procedure _SetTOleEnumProp(Index: Integer; Value: TOleEnum);
C++
__fastcall _SetTOleEnumProp(int Index, TOleEnum Value);

Use _SetTOleEnumProp to set a property of an ActiveX control to the specified enumeration value. The Index parameter specifies the dispid of the property being set. The Value parameter contains the set enumeration value.

Note: _SetTOleEnumProp simply calls the SetTOleEnumProp method.
 

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