System.Rtti.TRttiContext.FindType
Delphi
function FindType(const AQualifiedName: string): TRttiType;
C++
TRttiType* __fastcall FindType(const System::UnicodeString AQualifiedName);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | System.Rtti.pas System.Rtti.hpp |
System.Rtti | TRttiContext |
Description
Returns a TRttiType instance for the queried type name.
Use FindType to obtain a TRttiType object describing the type specified by the AQualifiedName parameter.
FindType searches for the type in all packages and works only for public types that have qualified names.