API:REST.Response.Adapter.TRESTResponseDataSetAdapter.AutoUpdate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AutoUpdate;

C++

__property AutoUpdate = {default=1};

Properties

Type Visibility Source Unit Parent
property published
REST.Response.Adapter.pas
REST.Response.Adapter.hpp
REST.Response.Adapter TRESTResponseDataSetAdapter

Description

Indicates if the dataset updates automatically when the request is executed.

REST.Response.Adapter.TRESTResponseDataSetAdapter.AutoUpdate inherits from REST.Response.Adapter.TCustomRESTResponseDataSetAdapter.AutoUpdate. All content below this line refers to REST.Response.Adapter.TCustomRESTResponseDataSetAdapter.AutoUpdate.

Indicates if the dataset updates automatically when the request is executed.

AutoUpdate retuns True if the automatical update is set, False otherwise. True is the default value.

See Also