TcxDBFilterOptions Properties
Contains options controlling the filtering and display of filter text.
Name | Description |
---|---|
Date |
Controls formatting of date-time values. |
Percent |
Specifies the character used to represent any number of symbols in the filter condition of the LIKE type. |
Soft |
Specifies whether empty strings are considered as NULL values when comparing. |
Supported |
Specifies whether the BETWEEN operator is supported by the database system used. |
Supported |
Specifies whether the IN operator is supported by the database system used. |
Supported |
Specifies whether the LIKE operator is supported by the database system used. |
Translate |
|
Translate |
|
Translate |
|
Underscore |
Specifies the symbol used to represent any single character in the filter condition of the LIKE type. |
See Also