---------------------------------------------------------------------------
| 1469 | |
| 1470 | //--------------------------------------------------------------------------- |
| 1471 | void __fastcall TMainF::M_View_XMLClick(TObject *Sender) |
| 1472 | { |
| 1473 | M_View_XML->Checked=true; |
| 1474 | ToolBar_View_XML->Checked=true; |
| 1475 | ChangePage(Page_Custom); |
| 1476 | } |
| 1477 | |
| 1478 | //--------------------------------------------------------------------------- |
| 1479 | void __fastcall TMainF::M_View_JSONClick(TObject *Sender) |
nothing calls this directly
no outgoing calls
no test coverage detected