MCPcopy Create free account
hub / github.com/MediaArea/MediaInfo / M_View_XMLClick

Method M_View_XMLClick

Source/GUI/VCL/GUI_Main.cpp:1471–1476  ·  view source on GitHub ↗

---------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

1469
1470//---------------------------------------------------------------------------
1471void __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//---------------------------------------------------------------------------
1479void __fastcall TMainF::M_View_JSONClick(TObject *Sender)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected