Open main menu

RAD Studio API Documentation β

System.JSON.TJSONByteReader.Offset

Delphi

property Offset: Integer read GetOffset;

C++

__property int Offset = {read=GetOffset, nodefault};

Properties

Type Visibility Source Unit Parent
property public
System.JSON.pas
System.JSON.hpp
System.JSON TJSONByteReader

Description

Specifies the offset from where to read bytes.

The Offset property specifies the offset from where to read bytes. Offset is a read-only property.

See Also