Yes - you override the destroy method and free the objects you created...
in the class...
public
constuctor Create(AOwner...);
destructor Destroy; override;
...
T_FBPageCanvas.Destroy; override;
begin
Free.FCanvas;
Free.FItem;
Inherited;
end;
The application returns images of cancelled checks/deposits over the web. A large number of users can be accessing the program at any given time. The program listens for a connection, once a connection is made a new thread is created (unless there is a idle one) and a new DB connection is...
Greetings
I have a program that creates and pools threads. Inside each thread is a DB (interbase) object that is Active. When the program is called and there is a thread inactive in the pool the process uses that thread. My question is what happens to the object if the firebird service is...
Greetings -
I have an exe running (Delphi 5.01) and need a way to stop the exe thru a batch file / script - any suggestions on the best way to do that?
Thanks
John
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.