DesignIntf.IClass.GetUnitName
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: public | |
| Source: DesignIntf.pas DesignIntf.hpp
| |
| Unit: DesignIntf | |
| Parent: IClass | |
Delphi
function GetUnitName: string;
C++
virtual System::UnicodeString __fastcall GetUnitName() = 0 ;
Description
Returns the name of the unit where the current class resides.
GetUnitName returns a string that represents the name of the unit where the class is implemented.