Vcl.OleCtrls.TOleControl.GetPropDisplayString

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function GetPropDisplayString(DispID: Integer): string;

C++

System::UnicodeString __fastcall GetPropDisplayString(int DispID);

Propriétés

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

Description

Renvoie la chaîne d'affichage d'une interface du contrôle ActiveX.

GetPropDisplayString renvoie la chaîne d'affichage d'une interface du contrôle ActiveX.

DispID représente l'identificateur de l'interface. Pour plus d'informations, recherchez DISPID dans le fichier OLE.HLP.

Pour plus d'informations sur GetPropDisplayString, recherchez ce terme dans la dernière livraison du CD Microsoft Developer Network.

Voir aussi