System.Rtti.TRttiType.GetDeclaredIndexedProperties
Delphi
function GetDeclaredIndexedProperties: TArray<TRttiIndexedProperty>; virtual;
C++
virtual System::DynamicArray<TRttiIndexedProperty*> __fastcall GetDeclaredIndexedProperties();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | System.Rtti.pas System.Rtti.hpp |
System.Rtti | TRttiType |
Description
Gets the indexed properties declared in the type reflected by the current TRttiType instance (as an array).
GetDeclaredIndexedProperties returns an array containing the RTTI corresponding to the indexed properties declared in the type reflected by the current TRttiType instance.
Note: This method returns nil in TRttiType. It is overridden in classes that inherit TRttiType.