When navigating through a complex document it is often difficult to find specific sections of text.
The FindDialog() method, opens a Find dialog box. The user can then search for a specific element. The FindNext() method allows the next instance of the same item to be found. The FindNext method can be tested using the BOOL property IsFindNextEnabled, to see if there is a further occurence.
A variation of the FindDialog method is the ReplaceDialog() method. This operation finds a specific item, and is used to replace the item with a specific value entered by the user in the Replace dialog box. If the FindNext method is then called, the next item is found and replaced.
Previous
Top
Next