API:Data.Bind.Components.TBindList.AutoActivate
Delphi
property AutoActivate: Boolean read GetAutoActivate write SetAutoActivate default 1;
C++
__property AutoActivate = {default=1};
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
property | published | Data.Bind.Components.pas Data.Bind.Components.hpp |
Data.Bind.Components | TBindList |
Beschreibung
Gibt an, ob der Bindungsausdruck automatisch aktiviert wird.
Data.Bind.Components.TBindList.AutoActivate erbt von Data.Bind.Components.TActivatedContainedBindComponent.AutoActivate. Der folgende Inhalt bezieht sich auf Data.Bind.Components.TActivatedContainedBindComponent.AutoActivate.
Gibt an, ob der Bindungsausdruck automatisch aktiviert wird. Standardmäßig ist AutoActivate auf True gesetzt.