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

Method InsertToMessageButtonClick

source/setup.cpp:272–277  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

270}
271//---------------------------------------------------------------------------
272void __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//---------------------------------------------------------------------------
279void __fastcall TSetupForm::InsertSubjectButtonClick(TObject *Sender)
280{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected