Remove(Index: Integer): Boolean;
Index. Index of a condition to be removed.
The Remove method removes the specified condition from the collection.
Condition indexing in the collection is continuous and starts with zero. Use the IOrmConditions.Count property to get the number of collection conditions.
If the condition is successfully removed, the method returns True, otherwise it returns False.
See also: