Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 968 Bytes

File metadata and controls

41 lines (28 loc) · 968 Bytes

Home

Function name : FindText

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.


Code examples:

FindText -- the hopeless and useless Common Dialog

Declaration:

HWND FindText(
  LPFINDREPLACE lpfr   // initialization data
);  

FoxPro declaration:

DECLARE INTEGER FindText IN comdlg32;
	STRING @ lpfr  

Parameters:

lpfr [in] Pointer to a FINDREPLACE structure that contains information used to initialize the dialog box.


Return value:

If the function succeeds, the return value is the window handle to the dialog box.