DesignIntf.TClassWrapper.GetUnitName

From RAD Studio API Documentation
Jump to: navigation, search

[–] 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.

See Also