Vcl.OleCtrls.TOleControl.SetTColorProp

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

C++

void __fastcall SetTColorProp(int Index, System::Uitypes::TColor Value);

Propriétés

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

Description

Définit une propriété d'un contrôle ActiveX sur la couleur spécifiée.

Utilisez SetTColorProp pour définir une propriété d'un contrôle ActiveX sur la couleur spécifiée. Le paramètre Index spécifie le dispid de la propriété en cours de définition. Le paramètre Value contient la couleur définie.

Voir aussi