Insert

<< Click to Display Table of Contents >>

Navigation:  Classes > TJsonArray > Methods >

Insert

SIGNATURE=IWJsonDataObjects.TJsonArray.Insert@Integer@string

 

ETYPE=Method

 

Declaration:

Delphi:

public procedure Insert(Index: Integer; const AValue: string); overload;

C++:

void public: __fastcall Insert(int Index, const String AValue);

 

Description: This is Insert, a member of class TJsonArray.