ui.Interface.getContainer()

 

This method is used to retrieve the name of the application parent container set by the setContainer() method previously.

 

DISPLAY ui.Interface.getContainer()

 

or

 

DEFINE cStr CHAR(20)

LET cStr = ui.Interface.getContainer()

DISPLAY cStr