GWA API
The Genero Web Application API is a Genero package consisting of several modules to provide GWA specific application helpers.
The GWA API consists of several modules to provide GWA specific application helpers. This package is delivered automatically with each GWA installation and does not need specific settings to be found by the Genero runtime.
Use IMPORT FGL
instructions to import the module in your GWA program. For
example, for gwa.app API use IMPORT FGL gwa.app
and for gwa.location API use IMPORT FGL
gwa.location
.