System.JSON.TJSONArray.Remove

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Remove(Index: Integer): TJSONValue;

C++

TJSONValue* __fastcall Remove(int Index);

Properties

Type Visibility Source Unit Parent
function public
System.JSON.pas
System.JSON.hpp
System.JSON TJSONArray

Description

Removes the item at the given index.

Use Remove to remove the item at the given Index, returning the removed item (or nil).

See Also