System.Zip.TZipFile.FileComment

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property FileComment[Index: Integer]: string read GetFileComment write SetFileComment;

C++

__property System::UnicodeString FileComment[int Index] = {read=GetFileComment, write=SetFileComment};

プロパティ

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


説明

Index で指定されるファイル コメントへのアクセスを提供します。

ファイル コメントは、どの時点でも、書き込みモードで開かれたファイルに対して変更することができます。コメントは、Central Directory がディスクに書き込まれた際に、書き込まれます。

コメントは、最大 65535 バイト長までです。 これより長いコメントが渡された場合には、.zip ファイルに書き込まれる前に切り詰められます。

関連項目