Data.Bind.Components.TCustomBindingsList.UseAppManager

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property UseAppManager: Boolean read GetUseAppManager write SetUseAppManager default True;

C++

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

プロパティ

種類 可視性 ソース ユニット
property public
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components TCustomBindingsList

説明

バインディング リストが、バインディングを管理するために、グローバル アプリケーション マネージャを使用するかを示します。

関連項目