System.Rtti.TRttiInstanceType.GetDeclaredIndexedProperties

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function GetDeclaredIndexedProperties: TArray<TRttiIndexedProperty>; override;

C++

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

Propriétés

Type Visibilité  Source Unité  Parent
function public
System.Rtti.pas
System.Rtti.hpp
System.Rtti TRttiInstanceType

Description

Obtient les propriétés indexées, déclarées dans le type reflété par l'instance de TRttiInstanceType 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 TRttiInstanceType en cours.

Voir aussi