DesignIntf.IDesignObject.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 IDesignObject

Description

Returns the name of the class for the current instance.

Call this method to obtain a string that represents the name of the class for the current instance of IDesignObject.

GetClassName is the getter method for the ClassName property.

See Also