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

TOpenOptions

Declaration

Source position: dialogs.pp line 214

type TOpenOptions = set of (

  ofReadOnly,

  

  ofOverwritePrompt,

  

  ofHideReadOnly,

  

  ofNoChangeDir,

  

  ofShowHelp,

  

  ofNoValidate,

  

  ofAllowMultiSelect,

  

  ofExtensionDifferent,

  

  ofPathMustExist,

  

  ofFileMustExist,

  

  ofCreatePrompt,

  

  ofShareAware,

  

  ofNoReadOnlyReturn,

  

  ofNoTestFileCreate,

  

  ofNoNetworkButton,

  

  ofNoLongNames,

  

  ofOldStyleDialog,

  

  ofNoDereferenceLinks,

  

  ofNoResolveLinks,

  

  ofEnableIncludeNotify,

  

  ofEnableSizing,

  

  ofDontAddToRecent,

  

  ofForceShowHidden,

  

  ofViewDetail,

  

  ofAutoPreview

  

);



CT Web help

CodeTyphon Studio