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

Method InsertSubjectButtonClick

source/setup.cpp:279–284  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

277}
278//---------------------------------------------------------------------------
279void __fastcall TSetupForm::InsertSubjectButtonClick(TObject *Sender)
280{
281 POINT p = InsertSubjectButton->ClientOrigin;
282 InsertPopupMenu->Popup(p.x, p.y + InsertSubjectButton->Height);
283 ActiveControl = subjectEdit;
284}
285//---------------------------------------------------------------------------
286static void OnTestReceiveMail(TLetter * l)
287{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected