I am trying to create a zip file with Delphi Tokyo using the command ZipDirectoryContents which has 4 parameters. They are
ZipDirectoryContents(const ZipFileName: string; const Path: string;
Compression: TZipCompression = zcDeflate;
ZipProgress: TZipProgressEvent = nil); static;
Is there someone who can tell me how to use these parameters especially the TZipProgressEvent to show the progress of the zip file as it is adding the files from the directory. Thanks
Here is the answer provided by Embarcadero