Data.DBXPlatform.TDBXPlatform.GetClassName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class function GetClassName(ObjectValue: TObject): string; static;

C++

static System::UnicodeString __fastcall GetClassName(System::TObject* ObjectValue);

Properties

Type Visibility Source Unit Parent
function public
Data.DBXPlatform.pas
Data.DBXPlatform.hpp
Data.DBXPlatform TDBXPlatform

Description

Returns a string indicating the type of the object instance.

The GetClassName static method returns a string indicating the class name, instance, or class reference of the object specified by the ObjectValue parameter.