Data.Bind.Components.TActivatedContainedBindComponent.Active
Delphi
property Active: Boolean read GetActive write SetActive;
C++
__property bool Active = {read=GetActive, write=SetActive, nodefault};
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
property | public | Data.Bind.Components.pas Data.Bind.Components.hpp |
Data.Bind.Components | TActivatedContainedBindComponent |
Beschreibung
Gibt an, ob der Bindungsausdruck aktiv ist oder nicht. Standardmäßig wird Active auf False gesetzt.