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

Method M_Help_SupportedParametersClick

Source/GUI/VCL/GUI_Main.cpp:1378–1385  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1376
1377//---------------------------------------------------------------------------
1378void __fastcall TMainF::M_Help_SupportedParametersClick(TObject *Sender)
1379{
1380 Page_Custom_Text->Visible=true;
1381 Page_Custom_HTML->Visible=false;
1382 Page->ActivePage=Page_Custom;
1383 FormResize(Sender);
1384 Page_Custom_Text->Text=I->Option_Static(__T("Info_Parameters")).c_str();
1385}
1386
1387//---------------------------------------------------------------------------
1388void __fastcall TMainF::M_File_ExportClick(TObject *Sender)

Callers

nothing calls this directly

Calls 1

Option_StaticMethod · 0.45

Tested by

no test coverage detected