Question:
How can I change the figure being displayed on a Bitmap object at run time?
Solution:
To do so, you must edit the Bitmap’s Filename property. For example:
Bitmap1.fileName = “C:\Elipse\Figures\OnButton.bmp”