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

TOpenOptions

TOpenOptions - set of TOpenOption

Declaration

Source position: dialogs.pp line 176

type TOpenOptions = set of (

  ofReadOnly,

  

  ofOverwritePrompt,

  

  ofHideReadOnly,

  

  ofNoChangeDir,

  

  ofShowHelp,

  

  ofNoValidate,

  

  ofAllowMultiSelect,

  

  ofExtensionDifferent,

  

  ofPathMustExist,

  

  ofFileMustExist,

  

  ofCreatePrompt,

  

  ofShareAware,

  

  ofNoReadOnlyReturn,

  

  ofNoTestFileCreate,

  

  ofNoNetworkButton,

  

  ofNoLongNames,

  

  ofOldStyleDialog,

  

  ofNoDereferenceLinks,

  

  ofEnableIncludeNotify,

  

  ofEnableSizing,

  

  ofDontAddToRecent,

  

  ofForceShowHidden,

  

  ofViewDetail,

  

  ofAutoPreview

  

);

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