Vcl.OleCtrls.TOleControl.SetOleVariantProp

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetOleVariantProp(Index: Integer; const Value: OleVariant);

C++

void __fastcall SetOleVariantProp(int Index, const System::OleVariant &Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.OleCtrls.pas
Vcl.OleCtrls.hpp
Vcl.OleCtrls TOleControl

Description

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

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.

See Also