REST.Client.TRESTRequestParameter.Bytes
Delphi
property Bytes: TBytes read GetBytes;
C++
__property System::DynamicArray<System::Byte> 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.