TcxCustomTreeList.CancelSearching Method
In This Article
Stops the incremental search.
#Declaration
Delphi
procedure CancelSearching;
#Remarks
The CancelSearching method assigns an empty string to the SearchingText property, and this stops the incremental search started either programmatically (see the FindNext method), or by an end-user (incremental search is enabled if the OptionsBehavior.IncSearch option is active).
See Also