MCPcopy Create free account
hub / github.com/MaxBelkov/visualsyslog / UncheckAllFacButtonClick

Method UncheckAllFacButtonClick

source/messmatchframe.cpp:76–81  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

74}
75//---------------------------------------------------------------------------
76void __fastcall TMessMatchFr::UncheckAllFacButtonClick(TObject *Sender)
77{
78 for(int i=0; i<FacilityLB->Items->Count; i++)
79 FacilityLB->Checked[i] = false;
80 MatchChange(Sender);
81}
82//---------------------------------------------------------------------------
83void __fastcall TMessMatchFr::CheckAllPriButtonClick(TObject *Sender)
84{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected