FGL_SETTITLE()

Sets the title of the current application window.

Syntax

FGL_SETTITLE(
   label STRING )
  1. label is the text of the title.

Usage

The FGL_SETTITLE() function defines the title of the current window, as well as the default title for new created windows.

This function is provided for backward compatibility, the title of a window can be defined with the TEXT attribute of a LAYOUT section.