[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Dialogs' (#lcl)

TFindOptions

A set of TFindOption.

Declaration

Source position: dialogs.pp line 414

type TFindOptions = set of (

  frDown,

  

If set the "Down" radiobutton is selected.

  frFindNext,

  

This option will be set when the user presses "Find Next"

  frHideMatchCase,

  

If set the "Match case" checkbox is hidden from the Find dialog.

  frHideWholeWord,

  

If set the "Whole word" checkbox is hidden from the Find dialog.

  frHideUpDown,

  

If set the "Up" and "Down" radiobuttons are hidden from the Find dialog.

  frMatchCase,

  

This flag is set when the user checks the "Match case" checkbox.

  frDisableMatchCase,

  

If set the "Match case" checkbox is disabled in the Find dialog.

  frDisableUpDown,

  

If set the "Up" and "Down" radiobuttons are disabled in the Find dialog.

  frDisableWholeWord,

  

If set the "Whole word" checkbox is disabled in the Find dialog.

  frReplace,

  

This flag is set if only the first occurrence of the search string is to be replaced with the replace string.

  frReplaceAll,

  

This flag is set if all occurrences of the search string are to be replaced with the replace string.

  frWholeWord,

  

This flag is set when the user checks the "Whole word" checkbox.

  frShowHelp,

  

If set the dialog will display a help button.

  frEntireScope,

  frHideEntireScope,

  frPromptOnReplace,

  

This flag is set when the user checks the "Prompt on replace" checkbox.

  frHidePromptOnReplace,

  

If set the "Prompt on replace" checkbox is hidden from the Find dialog.

  frButtonsAtBottom

);

The latest version of this document can be found at lazarus-ccr.sourceforge.net.