ui.Interface.getName()

 

This method is used to retrieve the name of the application, which was previously set by the SetName() method:

 

DISPLAY ui.Interface.getName()

 

or

 

DEFINE cStr CHAR(20)

LET cStr = ui.Interface.getName()

DISPLAY cStr