How do you free windows handle pointer in Delphi 7?
Posted
by xkingpin
on Stack Overflow
See other posts from Stack Overflow
or by xkingpin
Published on 2010-06-15T03:21:01Z
Indexed on
2010/06/15
4:32 UTC
Read the original article
Hit count: 167
delphi
|memory-leaks
I am using a third party tool that is pointing to images in memory with a windows handle.
The tool stats that you are responsible for freeing handle. So how would you free that handle in Delphi 7? The datatype for the handle is LONG
© Stack Overflow or respective owner