Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxFilterCriteria.PercentWildcard Property

Specifies the character used to represent any number of symbols in the filter condition of the foLike type.

#Declaration

Delphi
property PercentWildcard: Char read; write; default '%';

#Property Value

Type Default
Char "%"

#Remarks

When comparing string values, it is possible to use this symbol to represent any number of characters in the filter condition of the foLike type. You can assign any character to be used as a wildcard.

The default value of the PercentWildcard property is ‘%‘.

See Also