IMAGE widget
- Last Updated: April 19, 2021
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
(Graphical interfaces only)
An image is a graphic taken from an operating system file. It can be used by itself or within a button. You can define a static image with the DEFINE IMAGE statement, and create a dynamic image with the CREATE widget statement. You can specify an image for a button using the DEFINE BUTTON statement or the button methods for loading images.

Attributes
Methods
| LOAD-IMAGE( ) method | MOVE-TO-BOTTOM( ) method |
| MOVE-TO-TOP( ) method | – |
Events
| Developer events | General direct manipulation events |
| Mouse events | – |
See also
CREATE widget statement, DEFINE BUTTON statement, DEFINE IMAGE statement