TTMSFMXButton Load image on runtime

Hi, 


I want load image on button. I want on runtime with android.

I am use this code on Form Create method.

btn9.Bitmap.LoadFromFile( TPath.GetDocumentsPath + PathDelim + 'img' +  PathDelim + 'menu' +  PathDelim + 'btn_referanslar.png');

Also I am try this,

btn9.Image.Bitmap.LoadFromFile( TPath.GetDocumentsPath + PathDelim + 'img' +  PathDelim + 'menu' +  PathDelim + 'btn_referanslar.png');

but not load any image.

Thanks..

You need to set the ShowImage property to true as well.


Kind Regards, 
Pieter