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

TCustomDefaults.SkipAllPrograms

Whether to skip building all programs

Declaration

Source position: fpmkunit.pp line 1325

public property TCustomDefaults.SkipAllPrograms : Boolean
  read FSkipAllPrograms
  write FSkipAllPrograms;

Description

SkipAllPrograms controls whether all program targets are excluded from the build process. When True, only library units are compiled, skipping executable programs entirely.

This option is useful for library-only distributions or when building packages that provide only reusable components without standalone executables.


Documentation generated on: Dec 15 2025