---------------------------------------------------------------------------
| 321 | } |
| 322 | //--------------------------------------------------------------------------- |
| 323 | void __fastcall TSetupForm::FormCloseQuery(TObject *Sender, bool &CanClose) |
| 324 | { |
| 325 | CanClose = CancelButton->Enabled; |
| 326 | } |
| 327 | //--------------------------------------------------------------------------- |
| 328 | void __fastcall TSetupForm::AddFileButtonClick(TObject *Sender) |
| 329 | { |
nothing calls this directly
no outgoing calls
no test coverage detected