System.Rtti.TRttiMethod.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 TRttiMethod

Description

Returns the string representation of the RTTI method object.

Call ToString to obtain the string representation of the RTTI object describing the method. The returned string provides a human-readable representation of the method signature.

See Also