Data.DBXJSONReflect.TTypeMarshaller.ComposeTypeName

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: protected
Source:
Data.DBXJSONReflect.pas
Data.DBXJSONReflect.hpp
Unit: Data.DBXJSONReflect
Parent: TTypeMarshaller

Delphi

class function ComposeTypeName(Data: TObject): string;

C++

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

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