gwa.app.getTitle()

Returns the application title set by gwabuildtool --title.

Syntax

FUNCTION getTitle() RETURNS STRING

Returns the application title.

Usage

Use the gwa.app.getTitle() method to return the title set in gwabuildtool with the --title option. If this option was not set, it returns the name of the module containing MAIN.

For a complete example, run the GWA "update" demo in your GWA installation directory. If installed in FGLDIR, you will find the demo in $FGLDIR/demo/update or if installed in a separate directory, you will find it in gwa-install-dir/demo/update.