Back to Devexpress

TcxFilterCriteria.PercentWildcard Property

vcl-cxfilter-dot-tcxfiltercriteria.md

latest1.1 KB
Original Source

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

TypeDefault
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

TcxFilterCriteria.UnderscoreWildcard

Example: TcxFilterCriteria.PercentWildcard

TcxFilterCriteria Class

TcxFilterCriteria Members

cxFilter Unit