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

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