System.Zip.TZipFile.FileInfos
Delphi
property FileInfos: TArray<TZipHeader> read GetFileInfos;
C++
__property System::DynamicArray<TZipHeader> FileInfos = {read=GetFileInfos};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | System.Zip.pas System.Zip.hpp |
System.Zip | TZipFile |
Description
Represents an array of TZipHeader objects for the files contained by this TZipFile.