System.Rtti.TRttiInstanceType.GetDeclaredIndexedProperties

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetDeclaredIndexedProperties: TArray<TRttiIndexedProperty>; override;

C++

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

Properties

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

Description

Gets the indexed properties declared in the type reflected by the current TRttiInstanceType instance (as an array).

GetDeclaredIndexedProperties returns an array containing the RTTI corresponding to the indexed properties declared in the type reflected by the current TRttiInstanceType instance.

See Also