System.JSON.TJSONMapper.GetEnumerator
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 |
説明
このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。