System.Zip.TZipFile.FileInfos

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property FileInfos: TArray<TZipHeader> read GetFileInfos;

C++

__property System::DynamicArray<TZipHeader> FileInfos = {read=GetFileInfos};

Propriétés

Type Visibilité  Source Unité  Parent
property public
System.Zip.pas
System.Zip.hpp
System.Zip TZipFile


Description

Représente un tableau d'objets TZipHeader pour les fichiers contenus par ce TZipFile.

Voir aussi