TcxDBDataFilterCriteria Events
A filter criteria object which works with TDataSet.| Name | Description |
|---|---|
| OnBeforeChange | Occurs after changing filter criteria, but before updating data in the corresponding data controller. |
| OnChanged | This event fires after filter criteria have changed. Inherited from TcxFilterCriteria. |
| OnFormatFilterTextValue | Enables you to format the values within the filter string that is applied to a dataset. |
| OnGetValueList | Occurs before displaying a dropdown list of values for a filter condition. Inherited from TcxDataFilterCriteria. |
See Also