Open main menu

RAD Studio API Documentation β

System.Bindings.Methods.TMethodDescription.UnitName

Delphi

property UnitName: string read FUnitName;

C++

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

Properties

Type Visibility Source Unit Parent
property public
System.Bindings.Methods.pas
System.Bindings.Methods.hpp
System.Bindings.Methods TMethodDescription

Description

Denotes the name of the unit where the method is implemented.

See Also