Skip to main content

TcxCustomTreeList.CancelSearching Method

Stops the incremental search.

Declaration

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