TDISK 16-bit and 32-bit components
==================================

Note
====
The 16-bit and 32-bit versions are compiled conditionally from the same source, but the DCU and DCR files are different. Do not overwrite one with the other.

Author
======
gbamber@mistral.co.uk

Distribution
============
Freeware

Platforms
=========
Borland(tm) Delphi V1.0 V1.2 V2.0

Purpose
=======
TDISK gives you drive information at design and run-time

Properties
==========
1) DISK1.DriveLetter is for input. Only the first character is used.
2) DISK1.DiskType is for output. Encapsulates the GetDriveType API function.
Note that 16-bit windows does not return the DT_NOROOTDIR value.
An assembler routine is used in the 16-bit version to identify CD-ROM drives.
3) DISK1.DiskFreeBytes is for output.
4) DISK1.DiskSizeBytes is for output.
5) DISK1.CDROMFound is for output.
6) DISK1.CDROMDriveLetter is for output.

At design-time, type in driveletters to test the proerties.