System.Bindings.Methods.TBindingMethodsFactory.UnRegisterMethod

From RAD Studio API Documentation
Revision as of 23:44, 16 October 2011 by PyBot (talk | contribs) (Scoping Libraries)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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.

See Also