API:Data.Bind.Components.TBindExpression.Managed

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

Delphi

property Managed: Boolean read FManaged write SetManaged default 1;

C++

__property Managed = {default=1};

プロパティ

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

説明

バインディング式が管理されるかどうかを示します。

Data.Bind.Components.TBindExpression.Managed は Data.Bind.Components.TBaseBindExpression.Managed を継承しています。以下の内容はすべて Data.Bind.Components.TBaseBindExpression.Managed を参照しています。

バインディング式が管理されるかどうかを示します。 デフォルトでは、Managed は、True に設定されています。

関連項目