---------------------------------------------------------------------------
| 143 | } |
| 144 | //--------------------------------------------------------------------------- |
| 145 | void __fastcall TMessageForm::FormDestroy(TObject *Sender) |
| 146 | { |
| 147 | // ���� � ShowMessage2 ����� �������� OwnerForm, �� ��� �������� ����� - ��������� |
| 148 | // TMessageForm ��������� �������������. � ���� ������ - ������� ��������� |
| 149 | MessageForm = NULL; |
| 150 | } |
| 151 | //--------------------------------------------------------------------------- |
| 152 | void ReportError2(String fmt, ...) |
| 153 | { |
nothing calls this directly
no outgoing calls
no test coverage detected