REST.Client.TRESTRequestParameter.Bytes

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Bytes: TBytes read GetBytes;

C++

__property System::Sysutils::TBytes Bytes = {read=GetBytes};

Properties

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

Description

Returns the TBytes value when the assigned stream is TBytesStream.