---------------------------------------------------------------------------
| 270 | } |
| 271 | //--------------------------------------------------------------------------- |
| 272 | void __fastcall TSetupForm::InsertToMessageButtonClick(TObject *Sender) |
| 273 | { |
| 274 | POINT p = InsertMemoButton->ClientOrigin; |
| 275 | InsertPopupMenu->Popup(p.x, p.y + InsertMemoButton->Height); |
| 276 | ActiveControl = messageMemo; |
| 277 | } |
| 278 | //--------------------------------------------------------------------------- |
| 279 | void __fastcall TSetupForm::InsertSubjectButtonClick(TObject *Sender) |
| 280 | { |
nothing calls this directly
no outgoing calls
no test coverage detected