Data.Bind.Components.TActivatedContainedBindComponent.AutoActivate
Delphi
property AutoActivate: Boolean read GetAutoActivate write SetAutoActivate default True;
C++
__property bool AutoActivate = {read=GetAutoActivate, write=SetAutoActivate, default=1};
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 automatisch aktiviert wird. Standardmäßig ist AutoActivate auf True gesetzt.