---------------------------------------------------------------------------
| 773 | } |
| 774 | //--------------------------------------------------------------------------- |
| 775 | void __fastcall TMainForm::aAboutExecute(TObject *Sender) |
| 776 | { |
| 777 | AboutBoxForm = new TAboutBoxForm(this); |
| 778 | AboutBoxForm->ShowModal(); |
| 779 | delete AboutBoxForm; |
| 780 | } |
| 781 | //--------------------------------------------------------------------------- |
| 782 | String GetVersionString(void) |
| 783 | { |
nothing calls this directly
no outgoing calls
no test coverage detected