System.JSON.Types.TJsonLineInfo.LinePosition

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property LinePosition: Integer read GetLinePosition;

C++

__property int LinePosition = {read=GetLinePosition, 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 position.

The LinePosition property uses the GetLinePosition getter method to indicate the current line position.

See Also