constants FieldDialogEnum
The FieldDialogEnum type describes a field in the Find or Replace dialog. Use the Caption property to internationalize the Find and Replace dialogs.

NameValueDescription
exCaption0 Specifies the caption of the dialog. By default, it is "Find" or "Replace".
exFieldFindWhat202 Identifies the 'Find what' field. By default, it is "Fi&nd what:".
exFieldWordOnly104 Identifies the 'Match whole word only' field. By default, it is "Match &whole word only".
exFieldMatchCase105 Identifies the 'Match case' field. By default, it is "Match &case".
exFieldDirection203 Identifies the 'Direction' field. By default, it is "Direction".
exFieldUp113 Identifies the 'Up' field. By default, it is "&Up".
exFieldDown114 Identifies the 'Down' field. By default, it is "&Down".
exFieldFindNext103 Identifies the 'Find Next' field. By default, it is "&Find Next".
exFieldMarkAll21199 Identifies the 'Mark All' field. By default, it is "&Mark All".
exFieldCancel2 Identifies the 'Cancel' field. By default, it is "Cancel".
exFieldReplaceWith204 Identifies the 'Replace with' field. By default, it is "Re&place with:".
exFieldReplaceIn205 Identifies the 'Replace in' field. By default, it is "Replace in".
exFieldSelection113 Identifies the 'Selection' field. By default, it is "Selection".
exFieldWholeFile114 Identifies the 'Whole file' field. By default, it is "Wh&ole file".
exFieldReplace21199 Identifies the 'Replace' field. By default, it is "&Replace".
exFieldReplaceAll21200 Identifies the 'Replace All' field. By default, it is "Replace &All".
exErrorTitle32000 Specifies the title of the message if an error occurs.
exErrorFindNext32001 Specifies the message when 'Find Next' operation fails.
exReplaceDone32002 Specifies the message that's displayed when replacing is done.
exContextUndo16384 Specifies the Undo caption in the control's context menu.
exContextRedo16385 Specifies the Redo caption in the control's context menu.
exContextCut16387 Specifies the Cut caption in the control's context menu.
exContextCopy16388 Specifies the Copy caption in the control's context menu.
exContextPaste16389 Specifies the Paste caption in the control's context menu.
exContextDelete16390 Specifies the Delete caption in the control's context menu.
exContextSelectAll16392 Specifies the Select All caption in the control's context menu.