Data.Bind.Components.TCustomBindingsList.UseAppManager

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Data.Bind.Components.pas
Data.Bind.Components.hpp
Unit: Data.Bind.Components
Parent: TCustomBindingsList

Delphi

property UseAppManager: Boolean read GetUseAppManager write SetUseAppManager default True;

C++

__property bool UseAppManager = {read=GetUseAppManager, write=SetUseAppManager, default=1};

Description

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

See Also