17.1 Overview

Finddialog class derives from Dialog class and creates a standard system find dialog. Find dialogs are typically used in connection with Texteditor class to allow the user to search through the entire contents of a texteditor widget.

Even though Finddialog class is a subclass of Dialog class, the dialogs it creates must always be modeless. Thus, it is neither allowed to show them using Dialog.ShowModal nor is it allowed to close them using Dialog.EndModal. Instead, dialogs created by Finddialog class must always be shown and hidden by setting the Window.Open attribute.

Finddialog class is available since RapaGUI 2.0.

Note that this class is currently unsupported on AmigaOS (and compatibles) and Android.


Show TOC