API:System.JSON.Readers.TJsonTextReader.GetLinePosition

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

Delphi

function GetLinePosition: Integer; override;

C++

virtual int __fastcall GetLinePosition(void);

プロパティ

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

説明

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

System.JSON.Readers.TJsonTextReader.GetLinePosition は System.JSON.Readers.TJsonReader.GetLinePosition を継承しています。以下の内容はすべて System.JSON.Readers.TJsonReader.GetLinePosition を参照しています。

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

GetLinePosition は、常に 0 を返します。 メソッドの実装については、TJsonTextReader を使用します。

関連項目