System.JSON.Types.TJsonLineInfo.GetLinePosition

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetLinePosition: Integer; virtual;

C++

virtual int __fastcall GetLinePosition();

Properties

Type Visibility Source Unit Parent
function public
System.JSON.Types.pas
System.JSON.Types.hpp
System.JSON.Types TJsonLineInfo

Description

Returns the current line position.

The GetLinePosition method returns an integer with the current line position.

See Also