 |
FindText ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
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: |
 |
|
|
 |
 |
| 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. |
 |
 |
| Word Index links for the FindText : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2001-09-20 12:00:00 | | Modified: | 2001-11-26 16:03:44 | Visited in last 7 days: 22 |