DriveType Property
The type of drive.
Syntax
__property TicsOneDriveDriveTypes DriveType = {read=FDriveType, write=FSetDriveType};
enum TicsOneDriveDriveTypes { dtPersonal=0, dtBusiness=1 };
Default Value
0
Remarks
This property specifies whether the drive specified by DriveIndex is a personal or business drive. Possible values are:
- 0 (dtPersonal)
- 1 (dtBusiness)
This property is read-only and not available at design time.
Data Type
Integer