TcxDBFilterOptions Properties
Contains options controlling the filtering and display of filter text.Name | Description |
---|---|
DateTimeFormat | Controls formatting of date-time values. |
PercentWildcard | Specifies the character used to represent any number of symbols in the filter condition of the LIKE type. |
SoftNull | Specifies whether empty strings are considered as NULL values when comparing. |
SupportedBetween | Specifies whether the BETWEEN operator is supported by the database system used. |
SupportedIn | Specifies whether the IN operator is supported by the database system used. |
SupportedLike | Specifies whether the LIKE operator is supported by the database system used. |
TranslateBetween | |
TranslateIn | |
TranslateLike | |
UnderscoreWildcard | Specifies the symbol used to represent any single character in the filter condition of the LIKE type. |
See Also