System.Bindings.Methods.TBindingMethodsFactory.UnRegisterMethod
Delphi
class procedure UnRegisterMethod(const AID: string); overload;
C++
__classmethod void __fastcall UnRegisterMethod(const System::UnicodeString AID)/* overload */;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | System.Bindings.Methods.pas System.Bindings.Methods.hpp |
System.Bindings.Methods | TBindingMethodsFactory |
Description
Unregisters the given method.
The UnRegisterMethod method is used to unregister the method given through the AID
parameter.