REST.Response.Adapter.TCustomRESTResponseDataSetAdapter.AutoUpdate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AutoUpdate: boolean read FAutoUpdate write SetAutoUpdate default True;

C++

__property bool AutoUpdate = {read=FAutoUpdate, write=SetAutoUpdate, default=1};

Properties

Type Visibility Source Unit Parent
property public
REST.Response.Adapter.pas
REST.Response.Adapter.hpp
REST.Response.Adapter TCustomRESTResponseDataSetAdapter

Description

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