---------------------------------------------------------------------------
| 1376 | |
| 1377 | //--------------------------------------------------------------------------- |
| 1378 | void __fastcall TMainF::M_Help_SupportedParametersClick(TObject *Sender) |
| 1379 | { |
| 1380 | Page_Custom_Text->Visible=true; |
| 1381 | Page_Custom_HTML->Visible=false; |
| 1382 | Page->ActivePage=Page_Custom; |
| 1383 | FormResize(Sender); |
| 1384 | Page_Custom_Text->Text=I->Option_Static(__T("Info_Parameters")).c_str(); |
| 1385 | } |
| 1386 | |
| 1387 | //--------------------------------------------------------------------------- |
| 1388 | void __fastcall TMainF::M_File_ExportClick(TObject *Sender) |
nothing calls this directly
no test coverage detected