ImageEn, unit iexWindowsFunctions

TIEOpenFolderOptions


Declaration

TIEOpenFolderOptions = set of (foShowEditBox, foAllowNewFolder, foDisplayShareable, foDisplayFiles, foBrowseIncludeURLs, foBrowseFileJunctions, foValidateFolder, foFileSystemFoldersOnly, foComputersOnly, foPrintersOnly);


Description

foAllowNewFolder Include the New Folder button in the browse dialog box (BIF_NONEWFOLDERBUTTON)
foShowEditBox Include an edit control in the browse dialog box that allows the user to type the name of an item (BIF_EDITBOX)
foDisplayShareable The browse dialog box can display sharable resources on remote systems. This is intended for applications that want to expose remote shares on a local system (BIF_SHAREABLE)
foDisplayFiles The browse dialog box displays files as well as folders (BIF_BROWSEINCLUDEFILES)
foBrowseIncludeURLs The browse dialog can display URLs (requires foDisplayFiles). URLs are supported only if the folder that contains the selected item supports URLs (BIF_BROWSEINCLUDEURLS)
foBrowseFileJunctions Allow folder junctions such as a library or a compressed file with a .zip file name extension to be browsed (BIF_BROWSEFILEJUNCTIONS)
foValidateFolder If the user types an invalid name into the edit box, an error message is displayed (BIF_VALIDATE)
foFileSystemFoldersOnly Only return file system directories. If the user selects folders that are not part of the file system, the OK button is grayed (BIF_RETURNONLYFSDIRS)
foComputersOnly Only return computers. If the user selects anything other than a computer, the OK button is grayed (BIF_BROWSEFORCOMPUTER)
foPrintersOnly Only allow the selection of printers. If the user selects anything other than a printer, the OK button is grayed (BIF_BROWSEFORPRINTER)