Contents - Index - Previous - Next


Sort method

 

Applies to

TVCLUnZip component

 

Declaration

procedure Sort(SMode: TZipSortMode);

 

Description

The Sort method sorts the zip information according to SortMode Property.  The default sort mode is ByNone.  

 

WARNING 

If you are working with a multi-part zip file, it is most efficient to have the zip information sorted with SortMode = ByNone.  If you have the information sorted by any other mode and you are working with a mulit-part file, the component will have to sort the information using the ByNone mode and then sort the information back to the way you had it sorted.   This will only be noticable on zip files containing a large number of entries.