| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Options to apply when filtering
Source position: db.pas line 1743
 public property TDataSet.FilterOptions : TFilterOptions  | 
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.
  | 
Filter to apply to the data in memory.  | 
|
  | 
Options to apply when filtering  |