API:REST.JsonReflect.TTypeMarshaller.DecomposeTypeName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class procedure DecomposeTypeName(TypeName: string; out UnitName: string; out ClassName: string);

C++

__classmethod void __fastcall DecomposeTypeName(System::UnicodeString TypeName, /* out */ System::UnicodeString &UnitName, /* out */ System::UnicodeString &ClassName);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
REST.JsonReflect.pas
REST.JsonReflect.hpp
REST.JsonReflect TTypeMarshaller

Description

Embarcadero Technologies does not currently have any additional information.