TITLE attribute

The TITLE attribute defines the title of a form item.

Syntax

TITLE = [%]"string"
  1. string defines the title to be associated with the form item.
  2. string can be a localized string.

Usage

The TITLE attribute is typically used to define the title of a form field that will be defined as a TABLE or TREE column.

Use should be restricted to form fields that make up the columns of a table container.

Consider using localized strings with the %"string-id" syntax, if you plan to internationalize your application.

EDIT col1 = FORMONLY.column1, TITLE="Num";