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

Method Sheet_DeleteClick

Source/GUI/VCL/GUI_Preferences.cpp:284–288  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

282
283//---------------------------------------------------------------------------
284void __fastcall TPreferencesF::Sheet_DeleteClick(TObject *Sender)
285{
286 Prefs->Remove(Prefs_Sheet, GUI_Text(Sheet_Sel->Text));
287 ComboBox_Update(Sheet_Sel, Prefs_Sheet);
288}
289
290//---------------------------------------------------------------------------
291void __fastcall TPreferencesF::Sheet_EditClick(TObject *Sender)

Callers

nothing calls this directly

Calls 1

RemoveMethod · 0.80

Tested by

no test coverage detected