Martin Wynne wrote: > When I reduce the size of a TBitmap by changing Tbitmap.Width and/or > TBitmap.Height, is the surplus memory then freed? Or should I do > something to free it?
That class manages its own memory. -- Rob
Martin Wynne wrote: > When I reduce the size of a TBitmap by changing Tbitmap.Width and/or > TBitmap.Height, is the surplus memory then freed? Or should I do > something to free it?
That class manages its own memory. -- Rob