Contains options which control string comparisons for filters in the control.
Source position: editbtn.pas line 276
published property TCustomControlFilterEdit.FilterOptions : TFilterStringOptions |
FilterOptions is a TFilterStringOptions property which contains zero (0) or more TFilterStringOption enumeration values(s). Values in FilterOptions determine how string comparisons are performed in the DoDefaultFilterItem method. See TFilterStringOption for more information about the enumeration values and their meanings.
The default value for the property is an empty set ([]).
|
The textual representation for the filter. |
|
|
Provides a default routine used to examine an item in the filtered edit control. |
|
|
Set type used to store values from the TFilterStringOption enumeration. |
|
|
String filter options which can be enabled in controls. |