DesignIntf.IClass.UnitName
[–] Properties | |
---|---|
Type: property | |
Visibility: public | |
Source: DesignIntf.pas DesignIntf.hpp
| |
Unit: DesignIntf | |
Parent: IClass |
Delphi
property UnitName: string read GetUnitName;
C++
__property System::UnicodeString UnitName = {read=GetUnitName};
Description
Returns a string containing the unit name.
UnitName returns a string that represents the name of the unit where the class resides.