Article | 41020134 |
Type | HowTo |
Product | Engine |
Version | 4.0.2.1020 |
Date Added | 5/29/2003 |
Submitted by | |
Keywords |
When closing applications build with Delphi error appears.
In your code in the form destroy use the code below :
procedure TForm1.FormDestroy(Sender: TObject); begin VDPro1.free; end;