Data.Bind.ObjectScope.TDataGeneratorAdapter.Active

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: published
Source:
Data.Bind.ObjectScope.pas
Data.Bind.ObjectScope.hpp
Unit: Data.Bind.ObjectScope
Parent: TDataGeneratorAdapter

Delphi

property Active;

C++

__property Active;

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