IRdsDictionaryFilterConditions.Remove

Fore Syntax

Remove(Index: Integer): Boolean;

Fore.NET Syntax

Remove(Index: System.Int32): boolean;

Parameters

Index. Filter index.

Description

The Remove method removes filter from collection by its index.

Comments

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:

Fore Example

The method use is given in the example for IRdsDictionaryFilterConditions.LoadFrom.

See also:

IRdsDictionaryFilterConditions