Vcl.OleCtrls.TOleControl.GetTOleEnumProp

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetTOleEnumProp(Index: Integer): TOleEnum;

C++

Winapi::Activex::TOleEnum __fastcall GetTOleEnumProp(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. The property is expected to be of type TOleEnum.

Use GetTOleEnumProp to read a property of an ActiveX control. The Index parameter specifies the dispid of the property being read. GetTOleEnumProp returns the value of the read property.

See Also