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

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