System.Zip.TZipFile.FileComment

提供: RAD Studio API Documentation
2012年5月18日 (金) 06:32時点におけるYukikoi (トーク | 投稿記録)による版 (1 版: LOC-9235)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先: 案内検索

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 ファイルに書き込まれる前に切り詰められます。

関連項目