Remove(Index: Integer): Boolean;
Index. Index of removed collection element.
The Remove method removes element from the collection by its index.
Element indexing in the collection is continuous and starts with zero.
If removal is successful, the method returns True, otherwise - False.
See also: