API Reference MyLibrary MyLibrary.Collections ICollection<T> ICollection<T>.Remove Method Definition Unit: MyLibrary.Collections Package: MyLibrary Removes the first occurrence of a value from the collection. Delphi Copy function Remove(const Value: T): Boolean; Parameters Value T The value to remove. Returns Boolean True if the value was removed; otherwise, false.