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

Method InstallClick

Source/GUI/VCL/GUI_Plugin.cpp:265–271  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

263
264//---------------------------------------------------------------------------
265void __fastcall TPluginF::InstallClick(TObject* Sender)
266{
267 Install->Enabled = false;
268 DownloadLabel->Visible = true;
269
270 DownloadInstaller();
271}
272
273//---------------------------------------------------------------------------
274void __fastcall TPluginF::CancelClick(TObject* Sender)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected