Getting Started with TMS FNC Filter Dialog
Use TTMSFNCDataSetFilterDialog when users need to build and apply a dataset filter through a dialog instead of writing filter text manually.
Create a Dataset Filter Dialog
- Drop
TTMSFNCDataSetFilterDialogon the form. - Assign an active
TDataSettoDataSet. - Optionally set
FilterTextfor an initial expression. - Call
Executeto show the dialog.
TMSFNCDataSetFilterDialog1.DataSet := ClientDataSet1;
TMSFNCDataSetFilterDialog1.FilterText := ClientDataSet1.Filter;
TMSFNCDataSetFilterDialog1.Execute;
Next Steps
| Task | Guide |
|---|---|
| Apply dataset filters from the dialog | Dataset filtering |
| Customize apply, cancel, clear, and formatting behavior | Dataset filtering |