Vcl.OleCtrls.TOleControl.SetProperty

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure SetProperty(Index: Integer; const Value: TVarData);

C++

void __fastcall SetProperty(int Index, const TVarData &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 valeur spécifiée.

Utilisez SetProperty pour définir une propriété d'un contrôle ActiveX sur la valeur 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 valeur définie.

Voir aussi