Skip to main content

TcxDBFilterOptions.PercentWildcard Property

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

Declaration

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

Property Value

Type Default
Char "%"

Remarks

When comparing string values, it is possible to use the symbol specified by the PercentWildcard property to represent any possible character (number, letter, or punctuation) or set of characters in the filter condition of the LIKE type. The wildcard symbol can be used for any characters, in the same relative position as the given characters. You can assign any character to be used as a wildcard.

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

See Also