EMS.ResourceAPI.TEndpointRequestBody.TryGetBytes

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function TryGetBytes(out ABytes: TBytes): Boolean; virtual ; abstract;

C++

virtual bool __fastcall TryGetBytes(/* out */ System::DynamicArray<System::Byte> &ABytes) = 0 ;

プロパティ

種類 可視性 ソース ユニット
function public
EMS.ResourceAPI.pas
EMS.ResourceAPI.hpp
EMS.ResourceAPI TEndpointRequestBody


Description

Fills ABytes with the body and returns True on success or False otherwise.

See Also