ICollection<T>.Remove Method

Definition

Removes the first occurrence of a value from the collection.

Delphi
function Remove(const Value: T): Boolean;

Parameters

Value
T

The value to remove.

Returns

Boolean

True if the value was removed; otherwise, false.