System.JSON.TJSONByteReader.OffsetToPos

From RAD Studio API Documentation
Revision as of 04:45, 9 October 2018 by BuildBot (talk | contribs) (Created page with "{{#lst:API:System.JSON.TJSONByteReader.OffsetToPos|api}} ==Description== {{#lsth:API:System.JSON.TJSONByteReader.OffsetToPos|Description}}")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Delphi

procedure OffsetToPos(AOffset: Integer; var ALine, APos: Integer);

C++

void __fastcall OffsetToPos(int AOffset, int &ALine, int &APos);

Properties

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

Description

Embarcadero Technologies does not currently have any additional information.