Contents - Index - Previous - Next
BlockMode property
Applies to
TVCLUnZip component
Declaration
property BlockMode: TBlockMode = (bmStandard, bmClassic);
Description
This affects how filenames are created by the Default OnFileNameForSplitPart event. The default is bmStandard which creates filenames according to the PKZip standard. bmClassic creates filenames compatible with the way previous versions of VCLZip created split archives.