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

Method M_Help_SupportedFormatsClick

Source/GUI/VCL/GUI_Main.cpp:1780–1788  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1778
1779//---------------------------------------------------------------------------
1780void __fastcall TMainF::M_Help_SupportedFormatsClick(TObject *Sender)
1781{
1782 Page_Custom_Text->Visible=true;
1783 Page_Custom_HTML->Visible=false;
1784 Page->ActivePage=Page_Custom;
1785 FormResize(Sender);
1786
1787 Page_Custom_Text->Text=I->Option_Static(__T("Info_Capacities")).c_str();
1788}
1789
1790//---------------------------------------------------------------------------
1791void __fastcall TMainF::M_LanguageClick(TObject *Sender)

Callers

nothing calls this directly

Calls 1

Option_StaticMethod · 0.45

Tested by

no test coverage detected