OWLNext 7.0
Borland's Object Windows Library for the modern age
|
You can change the image being displayed in a bitmap gadget with the TBitmapGadget::SelectImage function:
The imageNum parameter is the array index of the image you want displayed in the gadget. Specifying true for immediate causes the gadget to update the display immediately. Otherwise, the area is invalidated and updated when the next WM_PAINT message is received.