Data.Bind.Components.TCustomBindLink.Active
[–] Properties | |
---|---|
Type: property | |
Visibility: public | |
Source: Data.Bind.Components.pas Data.Bind.Components.hpp
| |
Unit: Data.Bind.Components | |
Parent: TCustomBindLink |
Delphi
property Active: Boolean read GetActive write SetActive;
C++
__property bool Active = {read=GetActive, write=SetActive, nodefault};
Description
Specifies whether the binding expression is active or not.
Data.Bind.Components.TCustomBindLink.Active inherits from Data.Bind.Components.TActivatedContainedBindComponent.Active. All content below this line refers to Data.Bind.Components.TActivatedContainedBindComponent.Active.
Specifies whether the binding expression is active or not. By default, Active is set to False.