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

Method Footer_ButtonClick

Source/GUI/VCL/GUI_Main.cpp:2110–2118  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

2108
2109//---------------------------------------------------------------------------
2110void __fastcall TMainF::Footer_ButtonClick(TObject *Sender)
2111{
2112 const Ztring Inform_Save=I->Option(__T("Inform_Get"), __T(""));
2113 I->Option(__T("Inform"), __T("Conformance_JSON"));
2114
2115 const Ztring URL=I->Inform();
2116 I->Option(__T("Inform"), Inform_Save);
2117 ShellExecute(NULL, NULL, URL.c_str(), NULL, NULL, SW_SHOWNORMAL);
2118}
2119
2120//***************************************************************************
2121// System

Callers

nothing calls this directly

Calls 2

OptionMethod · 0.45
InformMethod · 0.45

Tested by

no test coverage detected