DesignIntf.TClassWrapper.GetClassName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetClassName: string;

C++

System::UnicodeString __fastcall GetClassName();

Properties

Type Visibility Source Unit Parent
function protected
DesignIntf.pas
DesignIntf.hpp
DesignIntf TClassWrapper

Description

Returns the class name.

GetClassName returns the name of the class the TClassWrapper instance wraps.

See Also