Data.DBXJSONReflect.TTypeMarshaller.DecomposeTypeName

From RAD Studio API Documentation
Jump to: navigation, search

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

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.DBXJSONReflect.pas
Data.DBXJSONReflect.hpp
Data.DBXJSONReflect TTypeMarshaller

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.

See Also