---------------------------------------------------------------------------
| 81 | } |
| 82 | //--------------------------------------------------------------------------- |
| 83 | void __fastcall TMessMatchFr::CheckAllPriButtonClick(TObject *Sender) |
| 84 | { |
| 85 | for(int i=0; i<PriorityLB->Items->Count; i++) |
| 86 | PriorityLB->Checked[i] = true; |
| 87 | MatchChange(Sender); |
| 88 | } |
| 89 | //--------------------------------------------------------------------------- |
| 90 | void __fastcall TMessMatchFr::UncheckAllPriButtonClick(TObject *Sender) |
| 91 | { |
nothing calls this directly
no outgoing calls
no test coverage detected