System.Bindings.Factories.TBindingScopeFactory.UnregisterScopes

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class procedure UnregisterScopes; inline;

C++

__classmethod void __fastcall UnregisterScopes();

Properties

Type Visibility Source Unit Parent
procedure
function
public
System.Bindings.Factories.pas
System.Bindings.Factories.hpp
System.Bindings.Factories TBindingScopeFactory

Description

Unregisters all the scopes in the factory.

The UnregisterScopes method is used to unregister all the scopes in the factory.

See Also