findReplaceDialog

findReplaceDialog(findOnly: Boolean;
                  left:     Real;,
                  top:      Real):Form;

The findReplaceDialog method of the JadeRichText control class opens a dialog so that a search can be carried out over the text in the control.

If the value specified in the findOnly parameter is false, the dialog also displays a text box enabling replacement text to be entered. The values specified for the left and top parameters determine the position of the dialog.

If the control already has a Find and Replace dialog associated with it, the dialog is shown at the current position.