TRotateImage question
Hi!
I have a simple question. How I can clear the picture in the component?
This work but I'm afraid to create a memory leak.
Thanks!
I have a simple question. How I can clear the picture in the component?
- Code: Select all
RotateImage1.Picture := nil;
This work but I'm afraid to create a memory leak.
Thanks!