API:System.Rtti.TRttiType.GetNamedObject

From RAD Studio API Documentation
Jump to: navigation, search

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) );

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.