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