System.JSON.Readers.TJsonTextReader.ReadInternal
Delphi
function ReadInternal: Boolean; override;
C++
virtual bool __fastcall ReadInternal(void);
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| function | protected | System.JSON.Readers.pas System.JSON.Readers.hpp |
System.JSON.Readers | TJsonTextReader |
説明
Read の実装を提供します。
ReadInternal は、読み込む JSON トークンがある場合に True を、そうでなければ False を返します。