DesignIntf.TClassWrapper.GetUnitName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetUnitName: string;

C++

System::UnicodeString __fastcall GetUnitName();

Properties

Type Visibility Source Unit Parent
function protected
DesignIntf.pas
DesignIntf.hpp
DesignIntf TClassWrapper

Description

Returns the unit name of the class.

GetUnitName returns the name of the unit that contains the class which the TClassWrapper instance wraps.

See Also