Top  >  Lycia reference  >  Querix 4GL  >  Classes and Methods  >  base classes and methods  >  base.Application сlass  >  base.Application.getProgramName()

base.Application.getProgramName()

 

The GetProgramName() method is used to retrieve a character string containing the name of the current application. The method does not need any arguments:

 

DEFINE name STRING

LET name = base.Application.getProgramName()