Vcl.OleCtrls.TOleControl.SetTColorProp

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetTColorProp(Index: Integer; Value: TColor);

C++

void __fastcall SetTColorProp(int Index, System::Uitypes::TColor 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 color.

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

See Also