System.Rtti.TRttiType.GetNamedObject
Delphi
function GetNamedObject<T: TRttiNamedObject>(const AName: string; const AGetListFunc: TGetListFunc<T>): T;
C++
template<typename T> T __fastcall GetNamedObject(const System::UnicodeString AName, 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 | TRttiType |
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 !