[Overview][Constants][Types][Classes][Index] Reference for unit 'Zipper' (#fcl)

TZipFileEntry.Create

Constructor for the class instance

Declaration

Source position: zipper.pp line 380

public constructor TZipFileEntry.Create(

  ACollection: TCollection

); override;

Arguments

ACollection

  

Collection which owns the class instance

Description

Create is the overridden constructor for the class instance. Create sets the default values for properties, including:

DateTime
Sets to the current date and time for the local computer.
OS
Set to OS_UNIX for UNIX-like environments, or OS_VFAT for all others.
Attributes
Set to 0 (no attributes).
CompressionLevel
Set to clDefault.

Create calls the inherited constructor prior to exiting from the method.


Documentation generated on: May 14 2021