TcxFilterCriteria.UnderscoreWildcard Property
Specifies the symbol used to represent any single character in the filter condition of the foLike type.
Declaration
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