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:

    function

Usage:

    CommonDialog.OnFind = function(sender)
OnHelp
Called when the help button is visible (see Options) and clicked.

Type:

    function

Usage:

    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
generated by LDoc 1.4.6-antum-dev-1 Last updated 2019-02-27 23:30:35