System.Rtti.TRttiParameter.ToString

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ToString: string; override;

C++

virtual System::UnicodeString __fastcall ToString();

Properties

Type Visibility Source Unit Parent
function public
System.Rtti.pas
System.Rtti.hpp
System.Rtti TRttiParameter

Description

Returns the string representation of the RTTI parameter object.

Call ToString to obtain the string representation of the RTTI object describing the parameter. The returned string does not contain the value of a parameter, but rather some technical information about the parameter.

See Also