Product : Engine, Version : 4.0.2.1020, ArticleID : 41020134

HowTo : When closing applications build with Delphi error appears.

Article41020134
TypeHowTo
ProductEngine
Version4.0.2.1020
Date Added5/29/2003
Submitted by
Keywords

Subject

When closing applications build with Delphi error appears.

Summary

When closing applications build with Delphi error appears.

Solution

In your code in the form destroy use the code below :

procedure TForm1.FormDestroy(Sender: TObject);
begin
  VDPro1.free;
end;