Vcl.OleCtrls.TOleControl.SetPropDisplayString

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure SetPropDisplayString(DispID: Integer; const Value: string);

C++

void __fastcall SetPropDisplayString(int DispID, const System::UnicodeString Value);

Propriétés

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

Description

Définit la chaîne d'affichage d'une interface du contrôle ActiveX.

Utilisez SetPropDisplayString pour définir la chaîne d'affichage d'une interface du contrôle ActiveX.

DispID représente l'identificateur de l'interface. Pour plus d'informations sur le DISPID, recherchez dans Le réseau pour les développeurs de Microsoft.

Le paramètre Value indique la nouvelle valeur de la chaîne d'affichage de l'interface.

Voir aussi