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 TBindingManagerDefault class instance.

The Create constructor creates an instance of the TBindingManagerDefault class.

See Also