Detect ignored error in a inluded project

 I have a project with some include projects. In de child projects I got serveral Delphi  actions. I have set those to ignore failure because I want all of the actions to run.

In my main program I want to know how many actions have been ignored for the child project.

How can I do that?

 

If you have the Host project’s variable namespace shared with the included one (on by default for the include project action) then you can look at the FBIGNOREDERRORS application variable.