Remove(Index: Integer): Boolean;
Remove(Index: integer): boolean;
Index. Parameter index in collection.
The Remove method removes parameter with specified index from collection.
If the removal is successful, the method returns True, otherwise it returns False.
See also: