Contents - Index - Previous - Next


SaveModifiedZipFile method

 

Applies to

TVCLZip component

 

Declaration

procedure SaveModifiedZipFile;

 

Description

The SaveModifiedZipFile method saves a zip file that is currently in the modified state (See the IsModified  Property).  At this time, the actions that will leave a zip file in the modified state are by  

 

Adding or modifying a ZipComment Property or any number of FileComments.  

Writing to any number of Pathname Properties  

Writing to any number of Filename Properties 

 

Also, anytime that a currently modified zip file is open and the ZipName Property is changed, or the zip file is closed, then the zip file will be saved before continuing.