System.JSON.TJSONPathParser.IsEof
Delphi
property IsEof: Boolean read GetIsEof;
C++
__property bool IsEof = {read=GetIsEof};
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| property | public | System.JSON.pas System.JSON.hpp |
System.JSON | TJSONPathParser |
説明
前回 NextToken を呼び出したときに Eof トークンが返されていれば True になっていて、対象の JSON パスの反復処理がパスの末尾まで行われたことを示します。そうでない場合は False です。