TcxFilterCriteria.SupportedLike Property
Specifies whether the LIKE, ‘NOT LIKE’, CONTAINS, ‘NOT CONTAINS’, ‘BEGINS WITH’, and ‘ENDS WITH’ operators are available to end-users within the Filter Builder dialog.
Declaration
property SupportedLike: Boolean read; write; default True;
Property Value
Type | Default |
---|---|
Boolean | True |
Remarks
Set this property to False if the dataset does not support these operators, but the cxDBDataFilterCriteria.AutoDataSetFilter property is set to True.
The default value of the SupportedLike property is True.
See Also