Vcl.OleCtrls.TOleControl.GetVariantProp

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetVariantProp(Index: Integer): Variant;

C++

System::Variant __fastcall GetVariantProp(int Index);

Properties

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

Description

Reads a property of an ActiveX control.

Use GetVariantProp to read a property of an ActiveX control. The Index parameter specifies the dispid of the property being read. The Value output parameter is a Variant that will be filled with the read property value.

See Also