System.Bindings.Factories.TBindingScopeFactory.UnregisterScope

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class procedure UnregisterScope(ScopeClass: TScopeClass);

C++

__classmethod void __fastcall UnregisterScope(System::Bindings::Customscope::TScopeClass ScopeClass);

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 associations that have the given scope class.

The UnregisterScope method is used to unregister all the associations that have the given scope class.

See Also