Hello I found a possible bug here. I have a form with two buttons, with one button I fill the alpha channel of the current layer with 0 (completely transparent), with the other button I fill it with 255 (completely opaque). When TImageenview.layerscaching is enabled if I press the first button and then the second I loose all the rgb information. When it is disabled and I do the same thing the rgb information is preserved. I attach a small demo to show this.
But if I use attachedimageenview only the layers are not refreshed if I do a change by code e.g. fill the alpha channel. How can i refresh the layers in this case if not calling ImageEnLayerMView1.ReadLayers(); And why the problem happens when TImageenview.layerscaching is enabled and not when it is disabled?