IOrmConditions.Remove

Syntax

Remove(Index: Integer): Boolean;

Parameters

Index. Index of a condition to be removed.

Description

The Remove method removes the specified condition from the collection.

Comments

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:

IOrmConditions