Data.DBXPlatform.TDBXPlatform.GetClassName

提供:RAD Studio API Documentation

Delphi

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

C++

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

プロパティ

種類 可視性 ソース ユニット
function public
Data.DBXPlatform.pas
Data.DBXPlatform.hpp
Data.DBXPlatform TDBXPlatform

説明

オブジェクト インスタンスの種類を示す文字列を返します。

GetClassName 静的メソッドは、ObjectValue パラメータに指定されたオブジェクトのクラス名、インスタンスまたはクラス参照を示す文字列を返します。