System.JSON.TJSONByteReader.Offset

From RAD Studio API Documentation
Jump to: navigation, search

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