System.Zip.TZipFile.Comment
Delphi
property Comment: string read GetComment write SetComment;
C++
__property System::UnicodeString Comment = {read=GetComment, write=SetComment};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | System.Zip.pas System.Zip.hpp |
System.Zip | TZipFile |
Description
Property used to hold comments for this TZipFile.
Comments can have a length of maximum 65535 bytes. If a longer comment is supplied, it is truncated before writing it to the .zip file.