Datasnap.DSHTTPCommon.TDSJsonResponseHandler.FAllowStream
| [–] Properties | |
|---|---|
| Type: field | |
| Visibility: protected | |
| Source: Datasnap.DSHTTPCommon.pas Datasnap.DSHTTPCommon.hpp
| |
| Unit: Datasnap.DSHTTPCommon | |
| Parent: TDSJsonResponseHandler | |
Delphi
FAllowStream: Boolean;
C++
bool FAllowStream;
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.