System.Bindings.Methods.TBindingMethodsFactory.RegisterMethod
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 パラメータで指定されたメソッドを登録するために使用されます。