Data.Bind.Components.TActivatedContainedBindComponent.Active
[–] Properties | |
---|---|
Type: property | |
Visibility: public | |
Source: Data.Bind.Components.pas Data.Bind.Components.hpp
| |
Unit: Data.Bind.Components | |
Parent: TActivatedContainedBindComponent |
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. By default, Active is set to False.