ui.Window.GetImage()

 

The method is used to retrieve the icon of the window title bar. It accept no parameters and returns the image file name and path:

 

DISPLAY wo.getImage()

 

or

 

DEFINE cStr CHAR(20)

LET cStr = wo.getImage()

DISPLAY cStr