KeepIfFulfillCondition: Boolean;
The KeepIfFulfillCondition property determines the condition, according to which records are filtered.
Available values:
True. The records that do not satisfy the condition specified in FilterIf are filtered.
False. The records that satisfy the condition specified in FilterIf are filtered.
The property is set to True by default.
The example of use is given in the Examples subsection in the example for creating the Filter converter.
See also: