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
![]() |
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
Can you explain this in more detail and what this has to do with C++
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++
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?
I mean free up the image components as well as the memory being used by that image
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.
All times are GMT -7. The time now is 12:50 AM. |