---------------------------------------------------------------------------
| 785 | } |
| 786 | //--------------------------------------------------------------------------- |
| 787 | String GetFullAppName(void) |
| 788 | { |
| 789 | return Application->Title + " " + GetVersionString(); |
| 790 | } |
| 791 | //--------------------------------------------------------------------------- |
| 792 | void __fastcall TMainForm::mOpenMainFormClick(TObject *Sender) |
| 793 | { |
no test coverage detected