TZipFileItem Class

Represents type TZipFileItem.

Namespace: System.Zip
TObject
  System.Zip.TZipFileItem
type
 TZipFileItem = class sealed(TObject)
 end;

The TZipFileItem type exposes the following members.

Show:
 NameDescription
Comment

Represents property Comment.

CompressedSize

Represents property CompressedSize.

CompressionMethod

Represents property CompressionMethod.

CRC32

Represents property CRC32.

Filename

Represents property Filename.

UncompressedSize

Represents property UncompressedSize.

Top
Show:
 NameDescription
GetComment

Represents method GetComment.

GetCompressedSize

Represents method GetCompressedSize.

GetCompressionMethod

Represents method GetCompressionMethod.

GetCRC32

Represents method GetCRC32.

GetFilename

Represents method GetFilename.

GetUncompressedSize

Represents method GetUncompressedSize.

SetComment(String)

Represents method SetComment(String).

Top