---------------------------------------------------------------------------
| 277 | } |
| 278 | //--------------------------------------------------------------------------- |
| 279 | void __fastcall TSetupForm::InsertSubjectButtonClick(TObject *Sender) |
| 280 | { |
| 281 | POINT p = InsertSubjectButton->ClientOrigin; |
| 282 | InsertPopupMenu->Popup(p.x, p.y + InsertSubjectButton->Height); |
| 283 | ActiveControl = subjectEdit; |
| 284 | } |
| 285 | //--------------------------------------------------------------------------- |
| 286 | static void OnTestReceiveMail(TLetter * l) |
| 287 | { |
nothing calls this directly
no outgoing calls
no test coverage detected