[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'StdActns' (#lcl)

TSearchAction.Search

Performs the Search action in the text for the associated control.

Declaration

Source position: stdactns.pas line 296

public procedure TSearchAction.Search(

  Sender: TObject

); virtual;

Arguments

Sender

  

Not used in the method.

Description

Calls the PerformSearch method to locate the value in FindText in the text for the associated control. Options in the Find Dialog control use of case sensitivity in the search, as well as the search direction.

See also

TSearchAction.PerformSearch

  

Performs the search action using the Dialog options.

TFindDialog.FindText

  

Contains the text to locate when the Find button is clicked on the dialog form.

TFindDialog.Options

  

Contains the find / replace options enabled for the dialog.


Version 4.0 Generated 2025-05-03 Home