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

Method InsertProgramButtonClick

source/messprocessframe.cpp:119–125  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

117}
118//---------------------------------------------------------------------------
119void __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//---------------------------------------------------------------------------
127void TMessProcessFr::ToDialog(TMessProcess * p)
128{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected