System.Bindings.Methods.TBindingMethodsFactory.RegisterMethod

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

Delphi

class procedure RegisterMethod(AMethod: TMethodDescription); overload;

C++

__classmethod void __fastcall RegisterMethod(const TMethodDescription &AMethod)/* overload */;

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
System.Bindings.Methods.pas
System.Bindings.Methods.hpp
System.Bindings.Methods TBindingMethodsFactory

説明

指定されたメソッドを登録します。

RegisterMethod メソッドは、AMethod パラメータで指定されたメソッドを登録するために使用されます。

関連項目