System.Rtti.TRttiType.GetIndexedProperty

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function GetIndexedProperty(const AName: string): TRttiIndexedProperty; virtual;

C++

virtual TRttiIndexedProperty* __fastcall GetIndexedProperty(const System::UnicodeString AName);

Propriétés

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

Description

Renvoie un objet RTTI pour une propriété indexée qui est un membre du type reflété.

GetIndexedProperty renvoie le RTTI disponible pour une propriété indexée spécifique. Le paramètre AName représente le nom de la propriété indexée cible.

Voir aussi