RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSearchFindNext Class

TSearchFindNext is the standard action for locating the next instance of a string in an edit control.

Pascal
TSearchFindNext = class(TCustomAction);
C++
class TSearchFindNext : public TCustomAction;

StdActns

Add TSearchFindNext to an action list to add the ability to repeat a search initiated by a TSearchFind or TSearchFindFirst action. Controls such as menu items and tool buttons linked to this action cause the application to repeat the search initiated by the TSearchFind action's dialog. 

TSearchFindNext objects must be associated with a TSearchFind action by setting the SearchFind property. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!