Skip to main content

TcxFilterCriteria.PercentWildcard Property

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

Declaration

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