Unit 'Dialogs' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

TFindOption

Declaration

Source position: dialogs.pp line 431

type TFindOption = (

  frDown,

  

  frFindNext,

  

  frHideMatchCase,

  

  frHideWholeWord,

  

  frHideUpDown,

  

  frMatchCase,

  

  frDisableMatchCase,

  

  frDisableUpDown,

  

  frDisableWholeWord,

  

  frReplace,

  

  frReplaceAll,

  

  frWholeWord,

  

  frShowHelp,

  

  frEntireScope,

  

  frHideEntireScope,

  

  frPromptOnReplace,

  

  frHidePromptOnReplace,

  

  frButtonsAtBottom

  

);



CT Web help

CodeTyphon Studio