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

TBuildEngine.ExecuteCommands

Executes a collection of build commands

Declaration

Source position: fpmkunit.pp line 1433

public procedure TBuildEngine.ExecuteCommands(

  Commands: TCommands;

  At: TCommandAt;

  APackage: TPackage = Nil

);

Arguments

Commands

  

Collection of commands to execute

At

  

Execution context or timing

APackage

  

Package for which to execute commands

Description

Executes all commands in the specified collection at the given timing point during the build process. This allows custom commands to be run at specific phases of package building or installation.


Documentation generated on: Dec 15 2025