Datasnap.DSService.TDSService.StreamAsJSON

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property StreamAsJSON: Boolean read FStreamAsJSON write FStreamAsJSON;

C++

__property bool StreamAsJSON = {read=FStreamAsJSON, write=FStreamAsJSON, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Datasnap.DSService.pas
Datasnap.DSService.hpp
Datasnap.DSService TDSService

Description

Specifies whether a stream is returned to the user as a JSON array of bytes instead of a content stream.

If the StreamAsJSON property is True, a stream is returned to the user as a JSON array of bytes instead of a content stream.