---------------------------------------------------------------------------
| 216 | } |
| 217 | //--------------------------------------------------------------------------- |
| 218 | void __fastcall TProcessForm::HelpButtonClick(TObject *Sender) |
| 219 | { |
| 220 | ReportMess2( |
| 221 | "Each message always goes all the actions in the list\n" |
| 222 | ); |
| 223 | } |
| 224 | //--------------------------------------------------------------------------- |
| 225 |
nothing calls this directly
no test coverage detected