System.Bindings.Methods.TMethodDescription.UnitName

From RAD Studio API Documentation
Jump to: navigation, search

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