TcxCustomGridTableController.CancelIncSearching Method
Stops an incremental search.
Declaration
procedure CancelIncSearching;
Remarks
The CancelIncSearching method assigns an empty string to the IncSearchingText property and this stops an incremental search started programmatically or by a user.
See Also