RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TOleControl.SetOleVariantProp Method

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

Pascal
procedure SetOleVariantProp(Index: Integer; const Value: OleVariant);
C++
__fastcall SetOleVariantProp(int Index, const OleVariant Value);

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

 

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