DesignIntf.TClassWrapper.GetUnitName
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: protected | |
| Source: DesignIntf.pas DesignIntf.hpp
| |
| Unit: DesignIntf | |
| Parent: TClassWrapper | |
Delphi
function GetUnitName: string;
C++
System::UnicodeString __fastcall GetUnitName();
Description
Returns the unit name of the class.
GetUnitName returns the name of the unit that contains the class which the TClassWrapper instance wraps.