System.Rtti.TRttiField.ToString

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ToString: string; override;

C++

virtual System::UnicodeString __fastcall ToString(void);

Properties

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

Description

Returns the string representation of the RTTI field object.

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

See Also