System.JSON.Types.TJsonLineInfo.GetLineNumber

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetLineNumber: Integer; virtual;

C++

virtual int __fastcall GetLineNumber();

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 number.

The GetLineNumber method returns an integer with the current line number.

See Also