API:System.Bindings.ManagerDefaults.TBindingManagerDefault.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(Owner: TBindingManager = nil);

C++

__fastcall TBindingManagerDefault(System::Bindings::Manager::TBindingManager* Owner);

Properties

Type Visibility Source Unit Parent
constructor public
System.Bindings.ManagerDefaults.pas
System.Bindings.ManagerDefaults.hpp
System.Bindings.ManagerDefaults TBindingManagerDefault

Description

Creates a TBindingManager class instance.

System.Bindings.ManagerDefaults.TBindingManagerDefault.Create inherits from System.Bindings.Manager.TBindingManager.Create. All content below this line refers to System.Bindings.Manager.TBindingManager.Create.

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