base.Application.getArgument(
   index INTEGER )
  RETURNS STRING
  | 
Returns the command line argument by position. | 
base.Application.getArgumentCount()
  RETURNS INTEGER
  | 
Returns the total number of command line arguments. | 
base.Application.getProgramDir()
  RETURNS STRING
  | 
Returns the directory path of the current
        program. | 
base.Application.getProgramName()
  RETURNS STRING
  | 
Returns the name of the current program. | 
base.Application.getFglDir()
  RETURNS STRING
  | 
Returns the path to the FGLDIR installation directory. | 
base.Application.getResourceEntry(
   name STRING )
  RETURNS STRING
  | 
Returns the value of a FGLPROFILE entry. | 
base.Application.getStackTrace()
  RETURNS STRING
  | 
Returns the function call stack trace. | 
base.Application.isMobile()
  RETURNS BOOLEAN
  | 
Indicates if the application runs on a mobile device. | 
base.Application.reloadResources(
    newResourcePath STRING)
  | 
Resets FGLRESOURCEPATH and reloads localized string
resources. |