DesignIntf.IProperty.GetName
Delphi
function GetName: string;
C++
virtual System::UnicodeString __fastcall GetName() = 0 ;
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
function | public | DesignIntf.pas DesignIntf.hpp |
DesignIntf | IProperty |
Description
Renvoie le nom de la propriété.
L'inspecteur d'objet appelle GetName pour obtenir le nom de la propriété qu'il affiche dans la colonne de gauche.