Filter
Collection elements:
Iteration through collection using For each ... In ... Do operator is available to object. Filter elements are retrieved during iteration.
Access to filter element is possible using [...] operator. Item index (starting from 0) is passed as an argument.
Properties:
Methods:
Count
Delete
Find
Get
GetAvailableFields
IndexOf
Move
Reset
SetAvailableFields
Description:
It is a collection of filter elements. You can use it to filter data in different selections, record sets and visual lists.
Each element can specify only one condition. The entire object is a single composite condition that contains separate conditions (criteria) described by elements linked with "AND".
Availability: