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

Method FormClose

source/main.cpp:859–863  ·  view source on GitHub ↗

--------------------------------------------------------------------------- State: 0-ok 1-warning 2-error void __fastcall TMainForm::TrayShowBallon(AnsiString Title, AnsiString Text, int State) { // That messages are not received, not more than once every 1000 ms DWORD tc = GetTickCount(); if( tc - LastBalloonShowTime <= 1000UL ) return; if( ! TrayIcon->Visible ) { TrayIcon->Ani

Source from the content-addressed store, hash-verified

857*/
858//---------------------------------------------------------------------------
859void __fastcall TMainForm::FormClose(TObject *Sender, TCloseAction &Action)
860{
861 Action = caNone;
862 Hide();
863}
864//---------------------------------------------------------------------------
865void __fastcall CreateShortcut(int where)
866{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected