System.JSON.BSON.TBsonReader.ReadInternal

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

Delphi

function ReadInternal: Boolean; override;

C++

virtual bool __fastcall ReadInternal();

プロパティ

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


説明

Read の実装を提供します。

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

関連項目