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

Method M_Help_SupportedCodecsClick

Source/GUI/VCL/GUI_Main.cpp:1769–1777  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1767
1768//---------------------------------------------------------------------------
1769void __fastcall TMainF::M_Help_SupportedCodecsClick(TObject *Sender)
1770{
1771 Page_Custom_Text->Visible=true;
1772 Page_Custom_HTML->Visible=false;
1773 Page->ActivePage=Page_Custom;
1774 FormResize(Sender);
1775
1776 Page_Custom_Text->Text=I->Option_Static(__T("Info_Codecs")).c_str();
1777}
1778
1779//---------------------------------------------------------------------------
1780void __fastcall TMainF::M_Help_SupportedFormatsClick(TObject *Sender)

Callers

nothing calls this directly

Calls 1

Option_StaticMethod · 0.45

Tested by

no test coverage detected