System.Bindings.Factories.TBindingManagerFactory.CreateManager
Delphi
class function CreateManager(Owner: TBindingManager = nil): TBindingManager;
C++
__classmethod System::Bindings::Manager::TBindingManager* __fastcall CreateManager(System::Bindings::Manager::TBindingManager* Owner = (System::Bindings::Manager::TBindingManager*)(0x0));
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | System.Bindings.Factories.pas System.Bindings.Factories.hpp |
System.Bindings.Factories | TBindingManagerFactory |
Description
Creates a new binding manager.
The CreateManager method creates a new binding manager that is owned by the manager specified through the Owner
parameter. If Owner
is nil, then the new manager will be owned by the application-wide binding manager.