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

Method ChangeProfileClick

source/main.cpp:1193–1198  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1191}
1192//---------------------------------------------------------------------------
1193void __fastcall TMainForm::ChangeProfileClick(TObject *Sender)
1194{
1195 HP->CurrentProfile = ((TMenuItem *)Sender)->Tag;
1196 ((TMenuItem *)Sender)->Checked = true;
1197 LogSG->Invalidate();
1198}
1199//---------------------------------------------------------------------------
1200static void OnReceiveMail(TLetter * l)
1201{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected