Data.Bind.Components.TCustomBindLink.Active
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 | TCustomBindLink |
説明
バインディング式がアクティブかどうかを示します。
Data.Bind.Components.TCustomBindLink.Active は Data.Bind.Components.TActivatedContainedBindComponent.Active を継承しています。以下の内容はすべて Data.Bind.Components.TActivatedContainedBindComponent.Active を参照しています。
バインディング式がアクティブかどうかを示します。
Active は、デフォルトで False に設定されています。