API:System.Rtti.TRttiInstanceType.GetDeclaredIndexedProperties

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

Delphi

function GetDeclaredIndexedProperties: TArray<TRttiIndexedProperty>; override;

C++

virtual System::DynamicArray<TRttiIndexedProperty*> __fastcall GetDeclaredIndexedProperties();

プロパティ

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

説明

現在の TRttiType インスタンスを反映させる型で宣言された、インデックス付きプロパティを取得します(配列として)。

System.Rtti.TRttiInstanceType.GetDeclaredIndexedProperties は System.Rtti.TRttiType.GetDeclaredIndexedProperties を継承しています。以下の内容はすべて System.Rtti.TRttiType.GetDeclaredIndexedProperties を参照しています。

現在の TRttiType インスタンスを反映させる型で宣言された、インデックス付きプロパティを取得します(配列として)。

GetDeclaredIndexedProperties は、現在の TRttiType インスタンスを反映させる型で宣言されている、インデックス付きプロパティに対応する RTTI を保持する、配列を取得します。

メモ: このメソッドは、TRttiType では nil を返します。このため、TRttiType を継承するクラスでオーバーライドします。

関連項目