Enabling and Disabling Filtering

From RAD Studio
Jump to: navigation, search

Go Up to Displaying and Editing a Subset of Data Using Filters


To enable filters on a dataset:

  1. Create a filter.
  2. Set filter options for string-based filter tests, if necessary.
  3. Set the Filtered property to True.

When filtering is enabled, only those records that meet the filter criteria are available to an application. Filtering is always a temporary condition. You can turn off filtering by setting the Filtered property to False.

See Also