I have been working on a project for some time during which I have often Run the
project from the Environment in order to test it. Suddenly the close button
EventHandler in the program, which amounts to simply the following, won't close
down the program and D6E simply refuses to respond.
So that I have to use W2K to close down D6E itself.
Any ideas anyone?
Code:
procedure TfrmMyForm.btbtnCloseClick(Sender: TObject);
begin
Close;
end;