Back to Devexpress

TcxFilterCriteria.UnderscoreWildcard Property

vcl-cxfilter-dot-tcxfiltercriteria-3daf98d2.md

latest1.1 KB
Original Source

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

TypeDefault
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

TcxFilterCriteria.PercentWildcard

Example: TcxFilterCriteria.UnderscoreWildcard

TcxFilterCriteria Class

TcxFilterCriteria Members

cxFilter Unit