System.JSON.Readers.TJsonTextReader.LinePosition

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property LinePosition: Integer read GetLinePosition;

C++

__property int LinePosition = {read=GetLinePosition, nodefault};

プロパティ

種類 可視性 ソース ユニット
property public
System.JSON.Readers.pas
System.JSON.Readers.hpp
System.JSON.Readers TJsonTextReader


説明

行内の現在の位置を取得します。

LinePosition は、現在の Line 内の現在の位置を返します。

関連項目