Top  >  Lycia reference  >  Querix 4GL  >  Classes and Methods  >  ui classes and methods  >  ui.Interface methods  >  ui.Interface.getImage()

ui.Interface.getImage()

 

This method retrieves the image previously set by SetImage() method:

 

DISPLAY ui.Interface.getImage()

 

or

 

DEFINE cStr CHAR(20)

LET cStr = ui.Interface.getImage()

DISPLAY cStr