Global archive event handler
Source position: fpmkunit.pp line 1666
var OnArchiveFiles: TArchiveEvent = Nil; |
OnArchiveFiles is a global event handler variable for customizing archive file operations. This event handler enables system-wide customization of archive processing behavior.
When assigned, this event handler is called during archive operations to enable custom processing, validation, or modification of archive creation and file packaging operations.