[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'DB' (#fcl)

TDataSet.FilterOptions

Options to apply when filtering

Declaration

Source position: db.pas line 1743

public property TDataSet.FilterOptions : TFilterOptions
  read FFilterOptions
  write SetFilterOptions;

Description

FilterOptions determines what options should be taken into account when applying the filter in TDataset.Filter, such as case-sensitivity or whether to treat an asterisk as a wildcard: By default, an asterisk (*) at the end of a literal string in the filter expression is treated as a wildcard. When FilterOptions does not include foNoPartialCompare, strings that have an asterisk at the end, indicate a partial string match. In that case, the asterisk matches any number of characters. If foNoPartialCompare is included in the options, the asterisk is regarded as a regular character.

See also

TDataset.Filter

  

Filter to apply to the data in memory.

TDataset.FilterOptions

  

Options to apply when filtering


Documentation generated on: May 14 2021