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