System.Rtti.TRttiTypeHelper.GetObjectListInVisOrder

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class function GetObjectListInVisOrder<T: TRttiNamedObject>(const AType: TRttiType; const AGetListFunc: TRttiType.TGetListFunc<T>): TArray<T>; static;

C++

template<typename T> static System::DynamicArray<T> __fastcall GetObjectListInVisOrder(TRttiType* const AType, const System::DynamicArray<T> __fastcall (*)(TRttiType* AType) );

Properties

Type Visibility Source Unit Parent
function protected
System.Rtti.pas
System.Rtti.hpp
System.Rtti TRttiTypeHelper

Description

Embarcadero Technologies does not currently have any additional information.