Skip to main content

TcxDBDataFilterCriteria Properties

A filter criteria object which works with TDataSet.
Name Description
Active Specifies if the filter criteria apply to a container control. Inherited from TcxDataFilterCriteria.
AutoDataSetFilter Specifies if the data controller automatically applies filter criteria changes to the connected dataset.
CompareByDisplayValues Determines if criteria conditions are compared using their values or display values. Inherited from TcxFilterCriteria.
DataController
DateTimeFormat Specifies the pattern for formatting date/time values. Inherited from TcxFilterCriteria.
FilterCaption Determines the text representation of the filter criteria when displayed in the filter status bar. Inherited from TcxFilterCriteria.
FilterText Specifies filter criteria for a grid control. Inherited from TcxFilterCriteria.
IgnoreOrigin Specifies whether to use the TField.FiledName or the TField.Origin property to represent a field in the FilterText property.
MaxValueListCount Limits the number of rows in the dropdown list, which contains values to set a filter condition for a specific item. Inherited from TcxFilterCriteria.
Options Specifies options controlling filtering and the display of filter text. Inherited from TcxFilterCriteria.
PercentWildcard Specifies the character used to represent any number of symbols in the filter condition of the foLike type. Inherited from TcxFilterCriteria.
Root Specifies the list of filter conditions (simple or aggregate) combined by a logical operator. Inherited from TcxFilterCriteria.
StoreItemLinkNames Specifies whether item names are used to identify items in the filter criteria stored in a memory stream. Inherited from TcxFilterCriteria.
SupportedLike Specifies whether the LIKE, ‘NOT LIKE’, CONTAINS, ‘NOT CONTAINS’, ‘BEGINS WITH’, and ‘ENDS WITH’ operators are available to end-users within the Filter Builder dialog. Inherited from TcxFilterCriteria.
TranslateBetween Specifies whether the BETWEEN and ‘NOT BETWEEN’ operators in a filter condition are replaced with comparison and logical operators. Inherited from TcxFilterCriteria.
TranslateIn Specifies whether the IN and ‘NOT IN’ operators in a filter condition are replaced with comparison and logical operators. Inherited from TcxFilterCriteria.
TranslateLike Specifies whether the ‘NOT LIKE’ operator in a filter condition is replaced with the inverted logical expression of the LIKE operator. Inherited from TcxFilterCriteria.
UnderscoreWildcard Specifies the symbol used to represent any single character in the filter condition of the foLike type. Inherited from TcxFilterCriteria.
See Also