[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
TOpenOptions - set of TOpenOption
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 |
|
|
); |
lazarus-ccr.sourceforge.net |