Data.Bind.ObjectScope.TBaseObjectBindSource.AutoActivate

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property AutoActivate: Boolean read FAutoActivate write SetAutoActivate;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
Data.Bind.ObjectScope.pas
Data.Bind.ObjectScope.hpp
Data.Bind.ObjectScope TBaseObjectBindSource


Beschreibung

Gibt an, ob die Bindungsquelle automatisch aktiviert wird. Setzen Sie AutoActive auf True für automatische Aktivierung.

Siehe auch