API:Data.Bind.ObjectScope.TDataGeneratorAdapter.Active

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

Delphi

property Active: Boolean read GetActive write SetActive;

C++

__property Active;

プロパティ

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

説明

ソース アダプタがアクティブかどうかを示します。

Data.Bind.ObjectScope.TDataGeneratorAdapter.Active は Data.Bind.ObjectScope.TBindSourceAdapter.Active を継承しています。以下の内容はすべて Data.Bind.ObjectScope.TBindSourceAdapter.Active を参照しています。


ソース アダプタがアクティブかどうかを示します。

Active を読み取ると、ソース アダプタがアクティブかどうかを判断することができます。 プロパティ Active は、取得メソッドとして GetActive を使用します。

プロパティ ActiveTrue に設定して、ソース アダプタを有効化にするか、そうでなければ False に設定します。プロパティ Active は、設定メソッドとして SetActive を使用します。

関連項目