System.JSON.TJSONMapper.GetEnumerator

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

Delphi

function GetEnumerator(const AValue: TJSONArray; AArrayOwned: Boolean = True;
ACurrentOwned: Boolean = True): IEnumerator<T>; overload;
function GetEnumerator(const AValue: string; ACurrentOwned: Boolean = True): IEnumerator<T>; overload;

C++

System::DelphiInterface<System::IEnumerator__1<T> > __fastcall GetEnumerator(TJSONArray* const AValue, bool AArrayOwned = true, bool ACurrentOwned = true)/* overload */;
System::DelphiInterface<System::IEnumerator__1<T> > __fastcall GetEnumerator(const System::UnicodeString AValue, bool ACurrentOwned = true)/* overload */;

プロパティ

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

説明

このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。