System.Rtti.TRttiIndexedProperty.ToString

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function ToString: string; override;

C++

virtual System::UnicodeString __fastcall ToString();

プロパティ

種類 可視性 ソース ユニット
function public
System.Rtti.pas
System.Rtti.hpp
System.Rtti TRttiIndexedProperty

説明

現在の TRttiIndexedProperty インスタンスの文字列表現を返します。

ToString は、現在の TRttiIndexedProperty インスタンスを描写する文字列を返します。


TStrings.Strings の例:

property Strings[Index: Integer]: String