DesignIntf.IClass.GetClassName

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
DesignIntf.pas
DesignIntf.hpp
Unit: DesignIntf
Parent: IClass

Delphi

function GetClassName: string;

C++

virtual System::UnicodeString __fastcall GetClassName() = 0 ;

Description

Returns the class name.

GetClassName returns a string representing the type of the current instance.

See Also