System.Rtti.TRttiType.GetObjectList
Delphi
function GetObjectList<T: TRttiNamedObject>(const AGetListFunc: TGetListFunc<T>): TArray<T>;
C++
template<typename T> System::DynamicArray<T> __fastcall GetObjectList(const System::DynamicArray<T> __fastcall (*)(TRttiType* AType) );
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | protected | System.Rtti.pas System.Rtti.hpp |
System.Rtti | TRttiType |
Description
Embarcadero Technologies does not currently have any additional information.