Vcl.OleCtrls.TOleControl.GetProperty

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure GetProperty(Index: Integer; var Value: TVarData);

C++

void __fastcall GetProperty(int Index, TVarData &Value);

Properties

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

Description

Reads a property of an ActiveX control.

Use GetProperty 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 TVarData, which will be filled with the read property value.

See Also