TcxDBFilterOptions.UnderscoreWildcard Property
Specifies the symbol used to represent any single character in the filter condition of the LIKE type.
Declaration
property UnderscoreWildcard: Char read; write; default '_';
Property Value
Type | Default |
---|---|
Char | "_" |
Remarks
When comparing string values it is possible to use the symbol specified by the UnderscoreWildcard property to represent any single character in the filter condition of the LIKE type. You can assign any character to be used as a wildcard.
The default value of the UnderscoreWildcard property is ‘_’.
See Also