Sorts the data in the associated control and applies the filter.
Source position: editbtn.pas line 248
protected procedure TCustomControlFilterEdit.SortAndFilter; virtual; abstract; |
SortAndFilter is an abstract virtual method in TCustomControlFilterEdit. It must be implemented in a descendent class to provide the specific functionality needed.