TTMSFNCReplaceDialogVisibleOption Enumeration
Defines which controls are visible in the replace dialog.
API unit family: TMSFNCReplaceDialog
Members
| Name | Description |
|---|---|
rdovCaseSensitive |
Shows the Case Sensitive option. |
rdovExpression |
Shows the Expression option. |
rdovWholeWordOnly |
Shows the Whole Word Only option. |
rdovWrapAtEndOfFile |
Shows the Wrap At End Of File option. |
rdovMore |
Shows the More button. |
rdovReplace |
Shows the Replace button. |
rdovReplaceAll |
Shows the Replace All button. |
rdovFind |
Shows the Find button. |
rdovFindNext |
Shows the Find Next button. |
rdovClose |
Shows the Close button. |
rdovFindCombo |
Shows the single-line find combo box. |
rdovFindMemo |
Shows the multi-line find memo in the expanded area. |
rdovReplaceCombo |
Shows the single-line replace combo box. |
rdovReplaceMemo |
Shows the multi-line replace memo in the expanded area. |
rdovReplaceAllRange |
Shows the replace-all range selector. |
rdovCurrentFile |
Shows the Current File replace-all range option. |
rdovSelection |
Shows the Selection replace-all range option. |
rdovAllOpenFiles |
Shows the All Open Files replace-all range option. |
rdovDirection |
Shows the direction selector. |