TXTextControl.FindReplace Method

Displays a 'Find' or 'Replace' dialog box.

Syntax

TXTextControl.FindReplace TypeOfDialog
Parameter Description
TypeOfDialog

If this parameter is set to 1 a 'Find' dialog box is displayed, if this parameter is set to 2, a 'Find and Replace' dialog box is displayed.

Return Value

This method has no return value.

Data Types

TypeOfDialog    Integer

See Also