ui.Interface.getText()

 

This method is used to retrieve the title text of the application:

 

DISPLAY ui.Interface.getText()

 

or

 

DEFINE cStr CHAR(20)

LET cStr = ui.Interface.getText()

DISPLAY cStr