MCPcopy Create free account
hub / github.com/MaxBelkov/visualsyslog / InsertAlarmMessButtonClick

Method InsertAlarmMessButtonClick

source/messprocessframe.cpp:47–53  ·  view source on GitHub ↗

---------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

45}
46//---------------------------------------------------------------------------
47void __fastcall TMessProcessFr::InsertAlarmMessButtonClick(TObject *Sender)
48{
49 POINT p = InsertAlarmMessButton->ClientOrigin;
50 InsertPopupMenu->Popup(p.x, p.y + InsertAlarmMessButton->Height);
51 if( GetForm() )
52 GetForm()->ActiveControl = AlarmMessEdit;
53}
54//---------------------------------------------------------------------------
55void __fastcall TMessProcessFr::pmInsertClick(TObject *Sender)
56{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected