Datasnap.DSService.TDSService.StreamAsJSON
[–] Properties | |
---|---|
Type: property | |
Visibility: public | |
Source: Datasnap.DSService.pas Datasnap.DSService.hpp
| |
Unit: Datasnap.DSService | |
Parent: TDSService |
Delphi
property StreamAsJSON: Boolean read FStreamAsJSON write FStreamAsJSON;
C++
__property bool StreamAsJSON = {read=FStreamAsJSON, write=FStreamAsJSON, nodefault};
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.