Contents - Index - Previous - Next


ZipSize property

 

Applies to

TVCLUnZip component

 

Declaration

property ZipSize: BIGINT;

 

Description

The ZipSize property returns the size of the current zipfile specified by the ZipName Property in bytes.   If the zip file is a spanned archive, this property returns only the size of the currently open part of the archive.  The maximum for VCLZip Lite is 2 gig while the maximum for VCLZip Pro is 2^63 bytes.

 

Run-time only

Read-only