API:REST.Backend.PushDevice.TSubPushEventsBindSource.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
REST.Backend.PushDevice.pas
REST.Backend.PushDevice.hpp
REST.Backend.PushDevice TSubPushEventsBindSource

Beschreibung


Gibt an, ob die Bindungsquelle automatisch aktiviert wird.

REST.Backend.PushDevice.TSubPushEventsBindSource.AutoActivate erbt von Data.Bind.ObjectScope.TBaseObjectBindSource.AutoActivate. Der folgende Inhalt bezieht sich auf Data.Bind.ObjectScope.TBaseObjectBindSource.AutoActivate.

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

Siehe auch