---------------------------------------------------------------------------
| 74 | } |
| 75 | //--------------------------------------------------------------------------- |
| 76 | void __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 | //--------------------------------------------------------------------------- |
| 83 | void __fastcall TMessMatchFr::CheckAllPriButtonClick(TObject *Sender) |
| 84 | { |
nothing calls this directly
no outgoing calls
no test coverage detected