REST.Backend.PushDevice.TSubPushEventsBindSource.AutoActivate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AutoActivate: Boolean read FAutoActivate write SetAutoActivate default 1;

C++

__property AutoActivate = {default=1};

Properties

Type Visibility Source Unit Parent
property published
REST.Backend.PushDevice.pas
REST.Backend.PushDevice.hpp
REST.Backend.PushDevice TSubPushEventsBindSource

Description


Specifies whether the bind source is automatically activated.

REST.Backend.PushDevice.TSubPushEventsBindSource.AutoActivate inherits from Data.Bind.ObjectScope.TBaseObjectBindSource.AutoActivate. All content below this line refers to Data.Bind.ObjectScope.TBaseObjectBindSource.AutoActivate.

Specifies whether the bind source is automatically activated. Set AutoActive to True for automatic activation.

See Also