DesignIntf.IProperty.GetValue
Delphi
function GetValue: string;
C++
virtual System::UnicodeString __fastcall GetValue() = 0 ;
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
function | public | DesignIntf.pas DesignIntf.hpp |
DesignIntf | IProperty |
Description
Renvoie la valeur de propriété formatée sous la forme d'une chaîne.
GetValue formate la valeur de la propriété sous la forme d'une chaîne. Si la valeur n'est pas disponible, GetValue déclenche une exception.