API:Data.Bind.Components.TBindScope.AutoActivate

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property AutoActivate: Boolean read FAutoActivate 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 TBindScope

Beschreibung

Gibt an, ob die Bindungsgültigkeitsbereichs-Komponente automatisch aktiviert wird.

Data.Bind.Components.TBindScope.AutoActivate erbt von Data.Bind.Components.TCustomBindScope.AutoActivate. Der folgende Inhalt bezieht sich auf Data.Bind.Components.TCustomBindScope.AutoActivate.

Gibt an, ob die Bindungsgültigkeitsbereichs-Komponente automatisch aktiviert wird. Standardmäßig ist AutoActivate auf True gesetzt.

Siehe auch