System.Zip.TZipFile.Comment

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

Delphi

property Comment: string read GetComment write SetComment;

C++

__property System::UnicodeString Comment = {read=GetComment, write=SetComment};

プロパティ

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


説明

この TZipFile のコメントを保持するために使用されるプロパティ。

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

関連項目