System.Zip.TZipFile Properties
InheritedProtected
| Comment | public | Property used to hold comments for this TZipFile. |
| CreateDecompressStreamCallBack | public | This callback occurs before a file inside a zip file is decompressed, allowing access to the raw stream for decrypt purposes. |
| Cryptor | public | |
| Disposed | protected | Disposed is a read-only property that shows the current state of this object. |
| Encoding | public | |
| FileComment | public | Provides access to a file comment specified by Index. |
| FileCount | public | Specifies the number of the files contained by this .zip file. |
| FileInfo | public | Provides access to the individual TZipHeader for a specified file from the .zip archive. |
| FileInfos | public | Represents an array of TZipHeader objects for the files contained by this TZipFile. |
| FileName | public | Provides access to a file name, contained by this .zip file, at an index specified by Index. |
| FileNames | public | Array of file names for the files contained by this TZipFile. |
| Mode | public | Property of type TZipMode that indicates how this TZipFile is opened. |
| Password | public | |
| Stream | public | |
| UTF8Support | public | Specifies whether the file comments for this TZipFile provide support for UTF-8 encoding. |