Table of Contents

TTMSFNCReplaceDialogOption Enumeration

Defines behavior flags that control replace dialog actions and search options.

API unit family: TMSFNCReplaceDialog

Members

Name Description
rdoCurrentFile Applies replace-all operations to the current file.
rdoSelection Restricts replace-all operations to the current selection.
rdoAllOpenFiles Applies replace-all operations to all open files.
rdoCaseSensitive Matches text using case-sensitive comparison.
rdoExpression Treats the find text as an expression.
rdoWholeWordOnly Matches only complete words.
rdoWrapAtEndOfFile Continues searching from the beginning or end when the search reaches the file boundary.
rdoMoreEnabled Enables the More button.
rdoFindEnabled Enables the Find button.
rdoFindNextEnabled Enables the Find Next button.
rdoReplaceAllEnabled Enables the Replace All button.
rdoReplaceEnabled Enables the Replace button.
rdoCloseEnabled Enables the Close button.
rdoMoreExpanded Shows the expanded dialog area.
rdoDown Searches downward when selected; searches upward when omitted.