REST.Client.TRESTRequestParameter.Stream

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Stream: TStream read FStream;

C++

__property System::Classes::TStream* Stream = {read=FStream};

Properties

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

Description

Returns the value of a parameter as a stream set by TRESTRequestParameter.SetStream method.