---------------------------------------------------------------------------
| 137 | } |
| 138 | //--------------------------------------------------------------------------- |
| 139 | void __fastcall TMessageForm::FormClose(TObject *Sender, TCloseAction &Action) |
| 140 | { |
| 141 | // ������� ����� ��� �������� |
| 142 | Action = caFree; |
| 143 | } |
| 144 | //--------------------------------------------------------------------------- |
| 145 | void __fastcall TMessageForm::FormDestroy(TObject *Sender) |
| 146 | { |
nothing calls this directly
no outgoing calls
no test coverage detected