System.Zip.TZipFile.FileCount

提供:RAD Studio API Documentation

Delphi

property FileCount: Integer read GetFileCount;

C++

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

プロパティ

種類 可視性 ソース ユニット
property public
System.Zip.pas
System.Zip.hpp
System.Zip TZipFile


説明

この .zip ファイルで保持されているファイル数を示します。

関連項目