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