System.Rtti.TRttiType.GetIndexedProperty

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

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

Description

Returns an RTTI object for an indexed property that is a member of the reflected type.

GetIndexedProperty returns the RTTI available for a specific indexed property. The AName parameter represents the name of the target indexed property.

See Also