Unit 'fpmkunit' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#fcl]

TArchiveEvent

Event type for archive operations

Declaration

Source position: fpmkunit.pp line 1660

type TArchiveEvent = procedure(

  const AFileName: string;

  List: TStrings

) of object;

Arguments

AFileName

  

Filename for archive operation

List

  

List of files to archive

Description

TArchiveEvent defines the signature for event handlers that process archive operations. This event type enables custom archive processing and notification during package archiving.

Event handlers receive the archive filename and file list, allowing custom processing, validation, or modification of archive operations within the build system.


Documentation generated on: Dec 15 2025