System.JSON.Builders.TJSONIterator.Key

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

Delphi

property Key: String read FKey;

C++

__property System::UnicodeString Key = {read=FKey};

プロパティ

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


説明

現在のトークンがオブジェクト内の値である場合に、そのキーを示します。

現在のトークンがオブジェクト内の値でない場合、Key にイテレータが読み込んだ最後のオブジェクト キーが格納されています。

関連項目