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

Description

Returns the string representation of this TRttiIndexedProperty instance.

ToString returns a string that describes this TRttiIndexedProperty instance.


Example for TStrings.Strings:

property Strings[Index: Integer]: string