System.JSON.Readers.TJsonReader.ReadAsBytesInternal

From RAD Studio API Documentation
Revision as of 10:00, 26 October 2015 by Mariac (talk | contribs) (66774)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Delphi

function ReadAsBytesInternal: TBytes;

C++

System::DynamicArray<System::Byte> __fastcall ReadAsBytesInternal(void);

Properties

Type Visibility Source Unit Parent
function protected
System.JSON.Readers.pas
System.JSON.Readers.hpp
System.JSON.Readers TJsonReader

Description

Provides the implementation for ReadAsBytes.

ReadAsBytesInternal provides the implementation for the ReadAsBytes function to read a JSON token as binary data.

ReadAsBytesInternal returns a TBytes value.

See Also