Contents - Index - Previous - Next


IsModified property

 

Applies to

TVCLZip component

 

Declaration

property IsModified: Boolean;

 

Description

The IsModified property is True if the current zip file has been modified but not yet saved (See the SaveModifiedZipFile Method).  Currently the only operations that can cause a zip file to be modified without automatically immediately saving the zip file are:  

 

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  

 

Run-time only

Read-only