Class FindDialog
Inheritance
| CommonDialog | FindDialog 🡄 CommonDialog 🡄 Component 🡄 Object |
Properties
| OnFind | Called when the find button has been clicked. |
| OnHelp | Called when the help button is visible (see Options) and clicked. |
| Options | Find Options. |
| FindText: |
Inheritance
- CommonDialog
- FindDialog 🡄 CommonDialog 🡄 Component 🡄 Object
Properties
- OnFind
-
Called when the find button has been clicked.
Type:
functionUsage:
CommonDialog.OnFind = function(sender) - OnHelp
-
Called when the help button is visible (see Options) and clicked.
Type:
functionUsage:
CommonDialog.OnHelp = function(sender) - Options
-
Find Options.
Options:
{ frDown, frFindNext, frHideMatchCase, frHideWholeWord, frHideUpDown, frMatchCase, frDisableMatchCase, frDisableUpDown, frDisableWholeWord, frReplace, frReplaceAll, frWholeWord, frShowHelp, frEntireScope, frHideEntireScope, frPromptOnReplace, frHidePromptOnReplace }Type:
Enum - FindText:
- String - The text the user wishes to find