Contains a form template for the find dialog in LCL.

Only the .lfm file is used by the LCL (dialogs.pp). This unit is itself is not compiled into the LCL. This form is used to design the .lfm file.

The source code is a copy of ../lcl/include/finddialog.inc.

finddlgunit.pas is part of the Lazarus Component Library (LCL).

TForm descendant which implements a find text dialog. Panel with the buttons displayed on the dialog form. Check box used for the "Search Entire File" option. Button used to perform the "Find More" action. Button used to cancel and close the dialog form. Panel which contains the check box options on the dialog form. Button used to display help information for the dialog form. Check box to enable or disable searching for whole words only. Check box to enable or disable case-sensitive search in the dialog. Edit control with the value to locate using the dialog. Label for the EditFind control. Radio button group used to select the search direction for the dialog. Implements the OnChange event handler for the EditFind control.

Enables or disables the FindButton on the dialog. The button is enabled when the text in the control is not empty.

Object instance (TControl) for the event notification, or Nil. Implements the OnCreate event handler for the form instance.

Signals the OnChange event handler for the EditFind control on entry to set the state for the "Find More" button.

Object instance for the event notification, or Nil.