gwa.app.TAppInformation type

The TAppInformation type defines a record for returning application information.

Syntax

TYPE TAppInformation RECORD
   title STRING
   version STRING
   build gwa.app.TBuildDateTime
   gwaVersion STRING
   embeddedVMVersion STRING
   fgl_getversion STRING
   gbcVersion STRING
END RECORD
  1. title holds the application title.
  2. version holds the application version.
  3. build holds the build date-time stamp.
  4. gwaVersion holds the GWA version.
  5. embeddedVMVersion holds the VM version.
  6. fgl_getversion holds the FGL version.
  7. gbcVersion holds the GBC version.

Usage

It provides an API to get application information. A variable of the type TAppInformation must be defined.