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

Method M_View_HTMLClick

Source/GUI/VCL/GUI_Main.cpp:1462–1468  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1460
1461//---------------------------------------------------------------------------
1462void __fastcall TMainF::M_View_HTMLClick(TObject *Sender)
1463{
1464 I->Option_Static(__T("Inform"));
1465 M_View_HTML->Checked=true;
1466 ToolBar_View_HTML->Checked=true;
1467 ChangePage(Page_HTML);
1468}
1469
1470//---------------------------------------------------------------------------
1471void __fastcall TMainF::M_View_XMLClick(TObject *Sender)

Callers

nothing calls this directly

Calls 1

Option_StaticMethod · 0.45

Tested by

no test coverage detected