CANVAS item type

The CANVAS item type defines an area in which you can draw shapes.

Rendering


CANVAS item type screenshot

Figure 1. CANVAS item type

Syntax

CANVAS item-tag: item-name [  , attribute-list ] ;
  1. item-tag is an identifier that defines the name of the item tag in the layout section.
  2. item-name identifies the form item.
  3. attribute-list defines the aspect and behavior of the form item.

Attributes

COMMENT, HIDDEN, TAG.

Usage

The CANVAS form item type can be used to define a drawing area in a form.

CANVAS cvs1: canvas1;