System.Bindings.Methods.TBindingMethodsFactory.RegisterMethod
Delphi
class procedure RegisterMethod(AMethod: TMethodDescription); overload;
C++
__classmethod void __fastcall RegisterMethod(const TMethodDescription &AMethod)/* overload */;
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| procedure function | public | System.Bindings.Methods.pas System.Bindings.Methods.hpp | System.Bindings.Methods | TBindingMethodsFactory | 
Description
Registers the given method.
The RegisterMethod method is used to register the method given through the AMethod parameter.