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

Method UncheckAllPriButtonClick

source/messmatchframe.cpp:90–95  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

88}
89//---------------------------------------------------------------------------
90void __fastcall TMessMatchFr::UncheckAllPriButtonClick(TObject *Sender)
91{
92 for(int i=0; i<PriorityLB->Items->Count; i++)
93 PriorityLB->Checked[i] = false;
94 MatchChange(Sender);
95}
96//---------------------------------------------------------------------------
97

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected