DesignIntf.IDesignObject.GetClassName
[–] Properties | |
---|---|
Type: function | |
Visibility: public | |
Source: DesignIntf.pas DesignIntf.hpp
| |
Unit: DesignIntf | |
Parent: IDesignObject |
Delphi
function GetClassName: string;
C++
virtual System::UnicodeString __fastcall GetClassName() = 0 ;
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.