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.UnderscoreWildcard Property

Specifies the symbol used to represent any single character in the filter condition of the foLike type.

#Declaration

Delphi
property UnderscoreWildcard: Char read; write; default '_';

#Property Value

Type Default
Char "_"

#Remarks

When comparing string values it is possible to use this symbol to represent any single character in the filter condition of the foLike type.

The default value of the UnderscoreWildcard property is ‘_‘.

See Also