Instance Variables
Previous  Top  Next

Besides the here documented Instance Variables, the XbZLibZip Class includes the following Protected Instance Variables, which are not documented here, as they can only be used from within this Class (or a derived Class):

aFStruct
-->
Array of Central Directory Records.
aFStatus
-->
Array of Status Codes for each Entry.
nHandle
-->
File Handle of Zip File.
nLogHandle
-->
File Handle of Log File.
nOpenMode
-->
Open Mode for Zip File.
nCDStart
-->
Start of Central Directory (End of Data) Pointer.
lChanged
-->
Zip File was Changed.
lWriteLog
-->
Write to Log File.
lDisplay
-->
Display Progress on Display Object.
 

For more information on those Instance Variables, see the source code!

List of Documented, Exported Instance Variables:

FileName
-->
Name of the Zip File. (Read-Only)
LogFile
-->
File Name of Log File. (Read-Only)
Status
-->
File Status of Zip File. (Read-Only)
Display
-->
Display Object. (Read-Only)
FileComment
-->
(Global) Zip File Comment.
Compression
-->
Default Compression Level for New (File) Entries.