Afficher : Delphi C++
Préférences d'affichage

System.Rtti.TRttiParameter.ToString

De XE2 API Documentation

Delphi

function ToString: string; override;

C++

virtual System::UnicodeString __fastcall ToString(void);
virtual System::UnicodeString __fastcall ToString(void);

Propriétés

Type Visibilité  Source Unité  Parent
function public
System.Rtti.pas
System.RTTI.hpp
System.Rtti TRttiParameter

Description

Renvoie la représentation chaîne de l'objet paramètre RTTI.

Appelez ToString pour obtenir la représentation sous forme de chaîne de l'objet RTTI décrivant le paramètre. La chaîne renvoyée ne contient pas la valeur du paramètre, mais plutôt des informations techniques sur le paramètre.

Voir aussi

Versions précédentes
Traductions