Data.DBXJSONReflect.TTypeMarshaller.ComposeTypeName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class function ComposeTypeName(Data: TObject): string;

C++

__classmethod System::UnicodeString __fastcall ComposeTypeName(System::TObject* Data);

Properties

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

Description

Used to compose the type name.

The ComposeTypeName method composes the type name by qualifying the class name with the unit name.

See Also