System.Rtti.TRttiTypeHelper.GetObjectListInDeclOrder
Delphi
class function GetObjectListInDeclOrder<T: TRttiNamedObject>(const AType: TRttiType; const AGetListFunc: TRttiType.TGetListFunc<T>): TArray<T>; static;
C++
template<typename T> static System::DynamicArray<T> __fastcall GetObjectListInDeclOrder(TRttiType* const AType, const System::DynamicArray<T> __fastcall (*)(TRttiType* AType) );
Propriétés
| Type | Visibilité | Source | Unité | Parent |
|---|---|---|---|---|
| function | protected | System.Rtti.pas System.Rtti.hpp |
System.Rtti | TRttiTypeHelper |
Description
Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !