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

TTargetStates

Set of target states

Declaration

Source position: fpmkunit.pp line 185

type TTargetStates = set of (

  tsNeutral,

  

Neutral state, not yet processed

  tsConsidering,

  

Being considered for compilation

  tsNoCompile,

  

Should not be compiled

  tsCompiled,

  

Successfully compiled

  tsInstalled,

  

Successfully installed

  tsNotFound

  

Target file not found

);

Description

A set type containing one or more values from the TTargetState enumeration. Used for filtering or checking multiple target states in batch operations.


Documentation generated on: Dec 15 2025