TcxFilterCriteriaOption Enum
Enumerates different options for filtering data.
Declaration
TcxFilterCriteriaOption = (
fcoCaseInsensitive,
fcoShowOperatorDescription,
fcoSoftNull,
fcoSoftCompare,
fcoIgnoreNull
);
Members
Name |
---|
fcoCaseInsensitive
|
fcoShowOperatorDescription
|
fcoSoftNull
|
fcoSoftCompare
|
fcoIgnoreNull
|
Remarks
Options include:
Value | Description |
---|---|
| If set, filtering does not distinguish upper and lowercase characters. |
| If set, operator symbols are replaced with their descriptions. For instance, the |
| If set, empty strings are considered as NULL values when comparing. |
| If set, no exception is thrown when comparing values of incompatible types. |
| If set, NULL values are ignored when comparing and are excluded from the filtered results. |
See Also