Vcl.StdActns.TSearchFindNext

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.ActnList.TCustomActionSystem.Actions.TContainedActionSystem.Classes.TBasicActionSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTSearchFindNext

Delphi

TSearchFindNext = class(TCustomAction)

C++

class PASCALIMPLEMENTATION TSearchFindNext : public Vcl::Actnlist::TCustomAction

Properties

Type Visibility Source Unit Parent
class public
Vcl.StdActns.pas
Vcl.StdActns.hpp
Vcl.StdActns Vcl.StdActns

Description

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

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.

See Also