Data.Bind.ObjectScope.TBindSourceAdapter.Active

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

property Active: Boolean read GetActive write SetActive;

C++

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

Description

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