DesignIntf.IClass.UnitName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property UnitName: string read GetUnitName;

C++

__property System::UnicodeString UnitName = {read=GetUnitName};

Properties

Type Visibility Source Unit Parent
property public
DesignIntf.pas
DesignIntf.hpp
DesignIntf IClass

Description

Returns a string containing the unit name.

UnitName returns a string that represents the name of the unit where the class resides.

See Also