Data.Bind.Components.TActivatedContainedBindComponent.Active

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

Delphi

property Active: Boolean read GetActive write SetActive;

C++

__property bool Active = {read=GetActive, write=SetActive, nodefault};

プロパティ

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

説明

バインディング式がアクティブかどうかを示します。


Active は、デフォルトで False に設定されています。

関連項目