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

TBuildEngine.Interactive

Whether the build engine runs in interactive mode

Declaration

Source position: fpmkunit.pp line 1417

public property TBuildEngine.Interactive : Boolean
  read FInteractive
  write FInteractive;

Description

Interactive controls whether the build engine prompts for user input during build operations. When True, the engine may ask for confirmations, choices, or input during the build process.

Interactive mode is useful during development and testing, while non-interactive mode is preferred for automated builds and continuous integration scenarios.


Documentation generated on: Dec 15 2025