System.Bindings.Methods.TBindingMethodsFactory.GetMethodUnitName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class function GetMethodUnitName(const MethodID: string): string;

C++

__classmethod System::UnicodeString __fastcall GetMethodUnitName(const System::UnicodeString MethodID);

Properties

Type Visibility Source Unit Parent
function public
System.Bindings.Methods.pas
System.Bindings.Methods.hpp
System.Bindings.Methods TBindingMethodsFactory

Description

Returns the name of the unit that implements the method.

The GetMethodUnitName method returns the name of the unit that implements the method given through the MethodID parameter.

See Also