System.JSON.Readers.TJsonTextReader.ReadInternal

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

Delphi

function ReadInternal: Boolean; override;

C++

virtual bool __fastcall ReadInternal();

プロパティ

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


説明

Read の実装を提供します。

ReadInternal は、読み込む JSON トークンがある場合に True を、そうでなければ False を返します。

関連項目