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
title
holds the application title.version
holds the application version.build
holds the build date-time stamp.gwaVersion
holds the GWA version.embeddedVMVersion
holds the VM version.fgl_getversion
holds the FGL version.gbcVersion
holds the GBC version.
Usage
It provides an API to get application information. A variable of the type
TAppInformation
must be defined.