TcxDataControllerSearch.Cancel Method
Cancels incremental searching.
Declaration
procedure Cancel;
Remarks
Use the Cancel method to stop incremental searching being performed at the moment. This method’s effect is equivalent to pressing the Esc key when incremental searching is in progress. This results in resetting the search string and leaving the focus on the last found record.
See Also