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

Declaration
property DiskFree: Int64; // Read only!  

Description
The DiskFree property determines the amount of available space on disk specified in the Disk property.  

Remarks
iiinfo Since the Delphi 3 and C++ Builder 3 does not supports the Int64 type, the DiskSize and DiskFree properties uses the "Extended" (float) type. Int64 are used in the Delphi4 and higher.  

See also
DiskSize property.  
File not found.