System.JSON.Types.TJsonLineInfo.LineNumber

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property LineNumber: Integer read GetLineNumber;

C++

__property int LineNumber = {read=GetLineNumber, nodefault};

Properties

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

Description

Indicates the current line number.

The LineNumber property uses the GetLineNumber getter method to indicate the current line number.

See Also