Group: Common Dialog Box - Library: comdlg32
Creates a system-defined modeless Find dialog box that lets the user specify a string to search for and options to use when searching for text in a document.
FindText -- the hopeless and useless Common Dialog
HWND FindText(
LPFINDREPLACE lpfr // initialization data
); DECLARE INTEGER FindText IN comdlg32;
STRING @ lpfr lpfr [in] Pointer to a FINDREPLACE structure that contains information used to initialize the dialog box.
If the function succeeds, the return value is the window handle to the dialog box.
Home