System.Bindings.Manager.TBindingManager.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(Owner: TBindingManager = nil);

C++

__fastcall TBindingManager(TBindingManager* Owner);

Properties

Type Visibility Source Unit Parent
constructor public
System.Bindings.Manager.pas
System.Bindings.Manager.hpp
System.Bindings.Manager TBindingManager

Description

Creates a TBindingManager class instance.

The Create constructor creates a new instance of the TBindingManager class.

If Owner is nil, Create uses the application-wide binding manager as the owner of the new instance. The new instance adds itself automatically to the internal list of submanagers of the specified owner manager.

See Also