Data.Bind.Components.TBindingsList.UseAppManager

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property UseAppManager: Boolean read GetUseAppManager write SetUseAppManager default 1;

C++

__property UseAppManager = {default=1};

Properties

Type Visibility Source Unit Parent
property published
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components TBindingsList

Description

Specifies whether the bindings list uses the global application manager for managed bindings.

Data.Bind.Components.TBindingsList.UseAppManager inherits from Data.Bind.Components.TCustomBindingsList.UseAppManager. All content below this line refers to Data.Bind.Components.TCustomBindingsList.UseAppManager.

Specifies whether the bindings list uses the global application manager for managed bindings.

See Also