System.Rtti.TRttiType.GetDeclaredIndexedProperties
Delphi
function GetDeclaredIndexedProperties: TArray<TRttiIndexedProperty>; virtual;
C++
virtual System::DynamicArray<TRttiIndexedProperty*> __fastcall GetDeclaredIndexedProperties();
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
function | public | System.Rtti.pas System.Rtti.hpp |
System.Rtti | TRttiType |
Description
Obtient les propriétés indexées déclarées dans le type reflété par l'instance de TRttiType en cours (sous forme d'un tableau).
GetDeclaredIndexedProperties renvoie un tableau contenant le RTTI correspondant aux propriétés indexées, déclarées dans le type reflété par l'instance de TRttiType en cours.
Remarque : Cette méthode renvoie nil dans TRttiType. Elle est redéfinie dans les classes qui héritent de TRttiType.