Open topic with navigation
This method retrieves the image previously set by ui.Interface.setImage() method:
DISPLAY ui.Interface.getImage()
or
DEFINE cStr CHAR(20)
LET cStr = ui.Interface.getImage()
DISPLAY cStr