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

Method CB_CheckUpdateClick

Source/GUI/VCL/GUI_Preferences.cpp:361–370  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

359
360//---------------------------------------------------------------------------
361void __fastcall TPreferencesF::CB_CheckUpdateClick(TObject *Sender)
362{
363 //Internet
364 if (CB_CheckUpdate->Checked)
365 {
366 Prefs->Config(__T("CheckUpdate"), 1)=__T("1");
367 }
368 else
369 Prefs->Config(__T("CheckUpdate"), 1)=__T("0");
370}
371
372//---------------------------------------------------------------------------
373void __fastcall TPreferencesF::CB_InscrireShellClick(TObject *Sender)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected