System.Zip.TZipFile.FileCount

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property FileCount: Integer read GetFileCount;

C++

__property int FileCount = {read=GetFileCount, nodefault};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
System.Zip.pas
System.Zip.hpp
System.Zip TZipFile


Beschreibung

Gibt die Anzahl der in dieser ZIP-Datei enthaltenen Dateien an.

Siehe auch