System.JSON.Builders.TJSONIterator.Find

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

Delphi

function Find(const APath: String): Boolean;

C++

bool __fastcall Find(const System::UnicodeString APath);

プロパティ

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


説明

ソース JSON リーダーに指定された JSON パスと一致する項目がある場合 True を返し、そうでなければ False を返します。

巻き戻しプロシージャイテレータ コンストラクタに渡さないと、Find は例外を発生させます。