diskinfo DriveType property
Example
Return to Introduction  Previous page  Next page
Applies to
dcDiskInfo component.  

Declaration
type  
  TdcDriveType = (dtUnknown, dtNoDrive, dtFloppy, dtFixed, dtNetwork, dtCDROM, dtRAM);  
 
property DriveType: TdcDriveType; // Read only!  

Description
The DriveType property determines the type of drive specified in the Disk property.  

See also
FileSystem property.  
File not found.