REST.Client.TSubRESTRequestBindSource.AutoActivate

From RAD Studio API Documentation

Delphi

property AutoActivate;

C++

__property AutoActivate = {default=1};

Properties

Type Visibility Source Unit Parent
property published
REST.Client.pas
REST.Client.hpp
REST.Client TSubRESTRequestBindSource

Description

Specifies whether the bind source is automatically activated. REST.Client.TSubRESTRequestBindSource.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