Data.Bind.ObjectScope.TBaseObjectBindSource.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: TBaseObjectBindSource

Delphi

property Active: Boolean read GetActive write SetActive default True;

C++

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

Description

Specifies whether the bind source adapter is active.

Read Active to determine whether the bind source adapter is active. By default, the Active property is set to True.

When Active is False, the bind source does not have an adapter or its adapter is not active. When Active is True, the bind source has an active adapter.

See Also