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

Method CheckAllFacButtonClick

source/messmatchframe.cpp:69–74  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

67}
68//---------------------------------------------------------------------------
69void __fastcall TMessMatchFr::CheckAllFacButtonClick(TObject *Sender)
70{
71 for(int i=0; i<FacilityLB->Items->Count; i++)
72 FacilityLB->Checked[i] = true;
73 MatchChange(Sender);
74}
75//---------------------------------------------------------------------------
76void __fastcall TMessMatchFr::UncheckAllFacButtonClick(TObject *Sender)
77{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected