getTitle()

Returns the application title set by gwabuildtool --title.

Syntax

getTitle()RETURNS STRING

Returns the application title.

Usage

Use the 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/gwa/update or if installed in a separate directory, you will find it in gwa-install-dir/demo/gwa/update.