Log in

View Full Version : Image components


Tsholofelo
May 24, 2007, 05:25 AM
Hello everyone, can someone help me with clearing a image picture that is particularly in a format of a bitmap during form load.

Thank you a lot all those who tried.

Tsholofelo

ScottGem
May 24, 2007, 05:39 AM
Can you explain this in more detail and what this has to do with C++

Tsholofelo
May 28, 2007, 02:09 AM
Okay explaining my question futhur!!

Image1->Picture->clear();

This does not work but I want a method that will clean up a bitmap picture from an image component.

This is everything to do with C++

asterisk_man
May 29, 2007, 08:39 AM
What do you mean by "clean up". Do you mean free up the memory being used by that image or are you talking about some image processing function?

Tsholofelo
May 29, 2007, 11:39 PM
I mean free up the image components as well as the memory being used by that image

asterisk_man
May 30, 2007, 06:11 AM
Can you not just delete the object in the standard way? i.e. with the delete command? If you're talking about some windows specific stuff I can't help there.