Data.DBXJSONReflect.TTypeMarshaller.ComposeTypeName
[–] 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.