ui.Application.getCurrent() is used to bind a ui.Application object with the currently active application.
Syntax
ui.Application.GetCurrent()
Arguments
takes no input arguments
Usage and examples
Once bound, the application object can be used for any other purposes, e.g. in the example code below a class name is specified for it:
CALL ui.Application.GetCurrent().SetClassNames(["tabbed_container"])