Form specification files / Form item attributes |
The TITLE attribute defines the title of a form item.
TITLE = [%]"string"
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";