16 bit world.

Exception "Error Creating Window" is often caused by lack of memory at the
moment of an attempt to create a window. Why is it that this exception
message is still shown even when code like that is used:

try
  tmf := TMyForm.Create (Application);
except
  Application.Terminate.
end;

Application does not terminate, instead message "Error Creating Window"  is
displayed.
Does anyone know how to avoid this ?

Alex


---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz

Reply via email to