Table of Contents

TJArray.Delete Method

Deletes the element at the specified index from the array.

Syntax

Unit: Bcl.Json.Classes

procedure TJArray.Delete(Index: Integer);

Parameters

<-> Parameter Type Description
Index Integer The zero-based index of the element to delete.

See also