Contents - Index - Previous - Next


SortMode property

 

Applies to

TVCLUnZip component

 

Declaration

property SortMode: TZipSortMode = (ByName, ByFileName, ByDirectoryName, ByDate, ByCompressedSize,ByUnCompressedSize, ByRate, ByNone);

 

Description

Set this property to determine what order the information from the zipfile will be in when it is read.  In order to re-sort the information if it has already been read in, call the Sort method.  

 

Note: ByName sorts by path+filename.