Data.DBXJSONReflect.TTypeMarshaller.DecomposeTypeName
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: protected | |
Source: Data.DBXJSONReflect.pas Data.DBXJSONReflect.hpp
| |
Unit: Data.DBXJSONReflect | |
Parent: TTypeMarshaller |
Delphi
class procedure DecomposeTypeName(const TypeName: string; out UnitName: string;
out ClassName: string);
C++
__classmethod void __fastcall DecomposeTypeName(const System::UnicodeString TypeName, /* out */ System::UnicodeString &UnitName, /* out */ System::UnicodeString &ClassName);
Description
Restores the unit name and the class name from a type name.
The DecomposeTypeName method restores the unit name and the class name from a type name.
Note: The TypeName parameter is the type name generated by the ComposeTypeName method.