Table of Contents

TTMSFNCFindDialogOption Enumeration

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

API unit family: TMSFNCFindDialog

Members

Name Description
fdoCaseSensitive Matches text using case-sensitive comparison.
fdoExpression Treats the search text as an expression.
fdoCloseIfFound Closes the dialog after a successful find operation.
fdoWholeWordOnly Matches only complete words.
fdoWrapAtEndOfFile Continues searching from the beginning or end when the search reaches the file boundary.
fdoContinueToNextFile Allows the host control to continue the search in the next file.
fdoMoreEnabled Enables the More button.
fdoSetMarkerEnabled Enables the Set Marker button.
fdoNextEnabled Enables the Next button.
fdoFindEnabled Enables the Find button.
fdoCloseEnabled Enables the Close button.
fdoMoreExpanded Shows the expanded dialog area.
fdoDown Searches downward when selected; searches upward when omitted.
fdoSelection Restricts the search to the current selection.