DesignIntf.TClassWrapper.GetClassName

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: protected
Source:
DesignIntf.pas
DesignIntf.hpp
Unit: DesignIntf
Parent: TClassWrapper

Delphi

function GetClassName: string;

C++

System::UnicodeString __fastcall GetClassName();

Description

Returns the class name.

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

See Also