Remove(Index: Integer): Boolean;
Remove(Index: integer): boolean;
Index. Collection selection index.
The Remove method removes selection with the specified index from the collection.
Indexing of collection selections is continuous and starts with zero.
If the removal is successful, the method returns True, otherwise it returns False.
See also: