Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxPSFileBasedExplorerRootFolder.DriveType Property

Determines the type of drive where the folder is located.

#Declaration

Delphi
property DriveType: TdxDriveType read;

#Property Value

Type
TdxDriveType

#Remarks

Use the DriveType property to determine the type of drive where the folders viewed by the explorer component are located. The following values can be returned by the property.

Value Meaning
dtUnknown The drive type cannot be determined.
dtNoRootDir The root directory does not exist.
dtRemovable The disk can be removed from the drive.
dtFixed The disk cannot be removed from the drive.
dtRemote The drive is a remote (network) drive.
dtCDROM The drive is a CD-ROM drive.
dtRamDisk The drive is a RAM disk.
See Also