REST.Client.TRESTRequestParameter.StreamOwner

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property StreamOwner: Boolean read FStreamOwner;

C++

__property bool StreamOwner = {read=FStreamOwner, nodefault};

Properties

Type Visibility Source Unit Parent
property public
REST.Client.pas
REST.Client.hpp
REST.Client TRESTRequestParameter

Description

Returns True when the REST library owns the stream set by the SetStream method.

See Also