Contains the form which implements a Replace Dialog.

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.

Forward declaration for the class. Form displayed when a TReplaceDialog instance is executed.

TReplaceDialogForm is the design-time tool used to layout the form displayed when a TReplaceDialog instance is executed. The code produced by the form designer is reproduced in and included by the ../lcl/include/finddialog.inc file.

TReplaceDialog
Check box used to enable or disable "Prompt on Replace" in the dialog form. TReplaceDialog Check box used to enable or disable the "Search entire file" option on the dialog form. TReplaceDialog Button used to execute the "Find more" action for the dialog form. TReplaceDialog Button used to execute the "Replace" action for the dialog form. TReplaceDialog Button used to execute the "Replace all" action for the dialog form. TReplaceDialog Button used to execute the "Cancel" action for the dialog form. TReplaceDialog Button used to execute the "Help" action for the dialog form. TReplaceDialog Check box used to enable or disable the "Whole words only" option for the dialog form. TReplaceDialog Check box used to enable or disable the "Case sensitive" option for the dialog form. TReplaceDialog Edit control with the value to locate using the dialog. TReplaceDialog Edit control with the replacement value for the dialog. TReplaceDialog Displays the caption for the EditFind control. TReplaceDialog Displays the caption for the EditReplace control. TReplaceDialog Radio button group used to select the search direction (Forward or Backward) for the dialog. TReplaceDialog