---------------------------------------------------------------------------
| 1451 | |
| 1452 | //--------------------------------------------------------------------------- |
| 1453 | void __fastcall TMainF::M_View_TextClick(TObject *Sender) |
| 1454 | { |
| 1455 | I->Option_Static(__T("Inform")); |
| 1456 | M_View_Text->Checked=true; |
| 1457 | ToolBar_View_Text->Checked=true; |
| 1458 | ChangePage(Page_Text); |
| 1459 | } |
| 1460 | |
| 1461 | //--------------------------------------------------------------------------- |
| 1462 | void __fastcall TMainF::M_View_HTMLClick(TObject *Sender) |
nothing calls this directly
no test coverage detected