System.Zip.TZipFile.Comment

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property Comment: string read GetComment write SetComment;

C++

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

Propriétés

Type Visibilité  Source Unité  Parent
property public
System.Zip.pas
System.Zip.hpp
System.Zip TZipFile


Description

Propriété utilisée pour contenir les commentaires pour ce TZipFile.

La longueur des commentaires ne doit pas dépasser 65535 octets. Si un commentaire plus long est fourni, il est tronqué avant son écriture dans le fichier .zip.

Voir aussi