Find Event
Object List Next Object
Defined By: FindDialog
Description:
Takes place whenever the user presses and releases the “Find Next” button on the FindDialog.
Usage:
Sub Find
Sub embedname_Find
Details:
The Find event is generated by the FindDialog whenever the user pushes the “Find Next” button. A Find event handler is often used to perform a search driven by the
values set in the FindDialog. Typically this handler will poll the values of
the FindString, MatchCase, SearchDown, and WholeWord properties of the dialog and
then search the text of interest according to these parameters. Like all
Phoenix events, the event can be handled by a method defined directly on the Dialog.
In the case of a dialog that is embedded within another object, the event can
be handled by a method defined on the containing object.
See Also:
MatchCase property, MatchWholeWord property, FindString property, SearchDown property, Show method