Classes | |
| class | FindReplaceDialog |
| The smjg.libs.sdwf.findreplace.FindReplaceDialog class represents the Find and Replace common dialogs. More... | |
| class | FindReplaceHandler |
| The smjg.libs.sdwf.findreplace.FindReplaceHandler abstract class is used to handle messages from the Find and Replace common dialogs. More... | |
Functions | |
| uint | findMessage () |
| The message identifier for messages sent by the Find and Replace common dialogs. | |
Variables | |
| uint | _findMessage |
The smjg.libs.sdwf.commondialog module consists of classes used to access the Windows Find and Replace common dialogs.
| uint smjg.libs.sdwf.findreplace.findMessage | ( | ) |
The message identifier for messages sent by the Find and Replace common dialogs.
This can be used if you wish to implement a custom handler for Find and Replace messages instead of using SDWF's built-in handling. For more information, see FINDMSGSTRING in the Windows API documentation.
1.5.4