Skip to main content

TcxDBFilterOptions Members

Contains options controlling the filtering and display of filter text.

Constructors

Name Description
Create(TcxDBFilterControl) Creates a new TcxDBFilterOptions class instance.

Properties

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.

Methods

Name Description
Assign(TPersistent) Inherited from TPersistent.
AssignTo(TPersistent) Inherited from TPersistent.
Equals(TObject) Inherited from TObject.
GetHashCode Inherited from TObject.
GetNamePath Inherited from TPersistent.
GetOwner Inherited from TPersistent.
ProcessFilterOperators(TcxFilterControlOperators) Processes the list of supported filter operators based upon the values of the SupportedBetween, SupportedIn and SupportedLike properties.
ToString Inherited from TObject.
See Also