Remove(Index: Integer): Boolean;
Index. Filter index.
The Remove method removes filter from collection by its index.
A value of the Index parameter must be a non-negative number, which is smaller than value of the IRdsDictionaryFilterConditions.Count property. Index of the first filter in the collection is 0, index of the last one is IRdsDictionaryFilterConditions.Count - 1. Index numbering is continuous.
Remove returns the result of removal. Available values:
True. Removal is successful, the IRdsDictionaryFilterConditions.Count value is decreased by one.
False. Filter removal failed.
The method use is given in the example for IRdsDictionaryFilterConditions.LoadFrom.
See also: