Vcl.OleCtrls.TOleControl._SetTOleEnumProp

From RAD Studio API Documentation
Jump to: navigation, search


Delphi

procedure _SetTOleEnumProp(Index: Integer; Value: TOleEnum);

C++

void __fastcall _SetTOleEnumProp(int Index, Winapi::Activex::TOleEnum 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 enumeration value.

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

Note: _SetTOleEnumProp simply calls the SetTOleEnumProp method.

See Also