System.JSON.TJSONByteReader.GetOffset

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetOffset: Integer; virtual;

C++

virtual int __fastcall GetOffset(void);

Properties

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

Description

Returns the offset from where to read bytes.

The GetOffset method returns an Integer that represents the offset from where to read bytes.

See Also