System.Bindings.Methods.TBindingMethodsFactory.GetMethodUnitName
Delphi
class function GetMethodUnitName(const MethodID: string): string;
C++
__classmethod System::UnicodeString __fastcall GetMethodUnitName(const System::UnicodeString MethodID);
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 | 
|---|---|---|---|---|
| function | public | System.Bindings.Methods.pas System.Bindings.Methods.hpp | System.Bindings.Methods | TBindingMethodsFactory | 
説明
メソッドを実装しているユニットの名前を返します。
GetMethodUnitName メソッドは、MethodID パラメータで指定されたメソッドを実装している、ユニットの名前を返します。