REST.Response.Adapter.TRESTResponseDataSetAdapter.Active

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Active: Boolean read GetActive write SetActive default 0;

C++

__property Active = {default=0};

Properties

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

Description

Set Active to True to fill the dataset and False to close it.

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

Set Active to True to fill the dataset and False to close it.

See Also