---------------------------------------------------------------------------
| 67 | } |
| 68 | //--------------------------------------------------------------------------- |
| 69 | void __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 | //--------------------------------------------------------------------------- |
| 76 | void __fastcall TMessMatchFr::UncheckAllFacButtonClick(TObject *Sender) |
| 77 | { |
nothing calls this directly
no outgoing calls
no test coverage detected