---------------------------------------------------------------------------
| 117 | } |
| 118 | //--------------------------------------------------------------------------- |
| 119 | void __fastcall TMessProcessFr::InsertProgramButtonClick(TObject *Sender) |
| 120 | { |
| 121 | POINT p = InsertProgramButton->ClientOrigin; |
| 122 | InsertPopupMenu->Popup(p.x, p.y + InsertProgramButton->Height); |
| 123 | if( GetForm() ) |
| 124 | GetForm()->ActiveControl = ProgFileEdit; |
| 125 | } |
| 126 | //--------------------------------------------------------------------------- |
| 127 | void TMessProcessFr::ToDialog(TMessProcess * p) |
| 128 | { |
nothing calls this directly
no outgoing calls
no test coverage detected