[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Available filter options.
Source position: db.pas line 1337
type TFilterOption = ( |
||
foCaseInsensitive, |
|
Filter case insensitively. |
foNoPartialCompare |
|
Do not compare values partially, always compare completely. |
); |
TFilterOption enumerates the various options available when filtering a dataset. The TFilterOptions set is used in the TDataset.FilterOptions property to indicate which of the options should be used when filtering the data.
|
Set of filter options to use. |
|
|
Options to apply when filtering |
|
|
Filter to apply to the data in memory. |
|
|
Is the filter active or not. |