DesignIntf.IClass.GetClassName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetClassName: string;

C++

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

Properties

Type Visibility Source Unit Parent
function public
DesignIntf.pas
DesignIntf.hpp
DesignIntf IClass

Description

Returns the class name.

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

See Also