Datasnap.DSHTTPCommon.TDSJsonResponseHandler.FAllowStream

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

FAllowStream: Boolean;

C++

bool FAllowStream;

Properties

Type Visibility Source Unit Parent
field protected
Datasnap.DSHTTPCommon.pas
Datasnap.DSHTTPCommon.hpp
Datasnap.DSHTTPCommon TDSJsonResponseHandler

Description

Protected field that is used by the HandleParameter method.

FAllowStream is a protected field that is used by the HandleParameter method to know whether HandleParameter should return the output parameter as a stream, if there is only one output/return parameter.

See Also