REST.JsonReflect.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
REST.JsonReflect.pas
REST.JsonReflect.hpp
REST.JsonReflect TTypeMarshaller

Description

Returns the fully-qualified name of the class of the specified object.

For example, if you provide an instance of TObject, ComposeTypeName returns "System.TObject".

See Also