System.Bindings.Methods.TBindingMethodsFactory.GetMethodUnitName

提供: RAD Studio API Documentation
移動先: 案内検索

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 パラメータで指定されたメソッドを実装している、ユニットの名前を返します。

関連項目