System.Bindings.Methods.TBindingMethodsFactory.ClearRegisteredMethods

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class procedure ClearRegisteredMethods;

C++

__classmethod void __fastcall ClearRegisteredMethods();

Properties

Type Visibility Source Unit Parent
procedure
function
public
System.Bindings.Methods.pas
System.Bindings.Methods.hpp
System.Bindings.Methods TBindingMethodsFactory

Description

Clears the list of registered methods.

The ClearRegisteredMethods method clears the list of registered methods.

See Also