|
Example |
|
| dcDiskInfo component.
|
| type
|
| TdcDriveType = (dtUnknown, dtNoDrive, dtFloppy, dtFixed, dtNetwork, dtCDROM, dtRAM);
|
|
|
| property DriveType: TdcDriveType; // Read only!
|
| The DriveType property determines the type of drive specified in the Disk property.
|
| FileSystem property.
|