Data.Bind.ObjectScope.TDataGeneratorAdapter.Active

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Active: Boolean read GetActive write SetActive;

C++

__property Active;

Properties

Type Visibility Source Unit Parent
property published
Data.Bind.ObjectScope.pas
Data.Bind.ObjectScope.hpp
Data.Bind.ObjectScope TDataGeneratorAdapter

Description

Specifies whether or not the source adapter is active.

Data.Bind.ObjectScope.TDataGeneratorAdapter.Active inherits from Data.Bind.ObjectScope.TBindSourceAdapter.Active. All content below this line refers to Data.Bind.ObjectScope.TBindSourceAdapter.Active.

Specifies whether or not the source adapter is active.

Read Active to determine if the source adapter is active. The property Active uses GetActive as a getter method.

Set the property Active to True to activate the source adapter, or set it to False otherwise. The property Active uses SetActive as a setter method.

See Also