T O P I C R E V I E W |
chambers120 |
Posted - Apr 14 2015 : 07:29:07 Greetings, I'm not seeing how to clear a selected image from the ImageEnMView Component. Can someone be kind enough to enlighten me.
//select image ImageEnMView1.SelectImage(I); //I=integer of image to select //clear selected image ???
Thanks in advance, Charlie |
2 L A T E S T R E P L I E S (Newest First) |
chambers120 |
Posted - Apr 14 2015 : 18:30:21 That was it! Thank you, sorry for not finding it in the docs.
All my best, Charlie |
xequte |
Posted - Apr 14 2015 : 14:19:56 Hi Charlie
Do you mean remove the image from the TImageEnMView, which is ImageEnMView1.DeleteImage(I);
Or do you mean to make a particular image blank?
Nigel Xequte Software www.xequte.com nigel@xequte.com
|
|
|