Data.Bind.ObjectScope.TBaseObjectBindSource.Active
Delphi
property Active: Boolean read GetActive write SetActive default True;
C++
__property bool Active = {read=GetActive, write=SetActive, default=1};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | public | Data.Bind.ObjectScope.pas Data.Bind.ObjectScope.hpp |
Data.Bind.ObjectScope | TBaseObjectBindSource |
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.