Cannot find how to switch from using Bitmap to BitmapContainer
When I use TTMSFMSBitmap.Bitmap.LoadFromFile() or TTMSFMSBitmap.Bitmap.LoadFromStream(), then I want to set the image using the BitmapContainer, it never shows the image in the BitmapContainer. Works correctly if I did not use a LoadFrom...
I know I must clear the Bitmap before the image in the BitmapContainer is used but how do I do this?