StdActns.TSearchFindNext

From RAD Studio VCL Reference
Jump to: navigation, search

Contents

Delphi Information

From StdActns.pas

TSearchFindNext = class(TCustomAction)


Unit: StdActns

Type: class

Inherited Class Members: StdActns.TSearchFindNext Members

Class Properties: StdActns.TSearchFindNext Properties

Class Constructors & Destructors: StdActns.TSearchFindNext Constructors

C++ Information

From StdActns.hpp

TSearchFindNext = class(TCustomAction)


Unit: StdActns

Type: class

Inherited Class Members: StdActns.TSearchFindNext Members

Class Properties: StdActns.TSearchFindNext Properties

Class Constructors & Destructors: StdActns.TSearchFindNext Constructors

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

Personal tools
Translations
Newest Version