DesignIntf.IProperty.GetValue

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function GetValue: string;

C++

virtual System::UnicodeString __fastcall GetValue(void) = 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.

Voir aussi