Click or drag to resize

DbFilterInfo Fields

X#

The DbFilterInfo type exposes the following members.

Fields
  NameDescription
Public fieldActive
A flag that is TRUE if a filter is active.
Public fieldFilterBlock
A code block representing the condition that is evaluated at each cursor location. If the result of the evaluation is FALSE, the cursor location requested is invalid according to the current filter condition.
Public fieldFilterText
A string representing the source code for itmCobExpr.
Public fieldOptimized
A flag that is TRUE if a filter is optimized.
Top
See Also