Data.Bind.Components.TCustomBindScope.AutoActivate

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property AutoActivate: Boolean read FAutoActivate write SetAutoActivate default True;

C++

__property bool AutoActivate = {read=FAutoActivate, write=SetAutoActivate, default=1};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components TCustomBindScope


Beschreibung

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

Siehe auch