--------------------------------------------------------------------------- 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
| 857 | */ |
| 858 | //--------------------------------------------------------------------------- |
| 859 | void __fastcall TMainForm::FormClose(TObject *Sender, TCloseAction &Action) |
| 860 | { |
| 861 | Action = caNone; |
| 862 | Hide(); |
| 863 | } |
| 864 | //--------------------------------------------------------------------------- |
| 865 | void __fastcall CreateShortcut(int where) |
| 866 | { |
nothing calls this directly
no outgoing calls
no test coverage detected