| ImageEn, unit iexFolderTree |
|
TIEViewTypes
TIEViewTypes
Declaration
TIEViewTypes = Set of ( ievtVirtualFolders, ievtHiddenFolders,
ievtKnownNetworkDrives, ievtUnknownNetworkDrives,
ievtDesktopFolders, ievtZipFiles,
ievtCloudFolders, ievtDevices,
ievtOtherSystemFolders );
Description
Specifies which types of folders to display in the control.
| Value | Description |
| ievtVirtualFolders | System folders that do not physically exist, such as the Printers folder and Control Panel |
| ievtHiddenFolders | Folders marked as hidden |
| ievtKnownNetworkDrives | Network drives with a navigable path |
| ievtUnknownNetworkDrives | Network devices without a navigable path |
| ievtDesktopFolders | Folders on the desktop, when the desktop is shown as the control root |
| ievtZipFiles | Zip files (including the Zip folder tree if the plug-in is installed) |
| ievtCloudFolders | The OneDrive folder |
| ievtDevices | Connected phones and other devices |
| ievtOtherSystemFolders | Other system folders, such as the user folder, Libraries and the Control Panel |