Contents - Index - Previous - Next


NumDisks property

 

Applies to

TVCLUnZip component

 

Declaration

property NumDisks: Integer;

 

Description

The NumDisks property returns the number of parts to the zip file.  Normally this will return 1, but if you are working with a spanned disk set or a multipart file, this will return the actual number of disks or parts.  The maximum for VCLZip Lite is 65,535 while the maxiumum for VCLZip Pro is 2 gig.

 

Run-time only

Read-only