System.JSON.TJSONArray.TEnumerator.GetCurrent
Delphi
function GetCurrent: TJSONValue; inline;
C++
TJSONValue* __fastcall GetCurrent();
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
function | public | System.JSON.pas System.JSON.hpp |
System.JSON | TEnumerator |
説明
Current プロパティの取得メソッド。
イテレータが現在指している、走査されている JSON 配列内の JSON 値を返します。