API:Data.Bind.Components.TBindGridList.AutoActivate

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

Delphi

property AutoActivate: Boolean read GetAutoActivate write SetAutoActivate default 1;

C++

__property AutoActivate = {default=1};

プロパティ

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

説明

バインディング式を自動的に有効化するかどうかを示します。

Data.Bind.Components.TBindGridList.AutoActivate は Data.Bind.Components.TActivatedContainedBindComponent.AutoActivate を継承しています。以下の内容はすべて Data.Bind.Components.TActivatedContainedBindComponent.AutoActivate を参照しています。

バインディング式を自動的に有効化するかどうかを示します。 デフォルトでは、AutoActivate は、True に設定されています。

関連項目