Loading...
 

Header

Header

Header(name, flags, x, y, w, h, objectBox)

Parameters
Parameters Description
name * Identifier
aliasName an additional identifier
flags Flags
x * Position X (in minicells)
y * Position Y (in Minicells)
w * Width (in minicells)
h * Height (in minicells)
objectB * Name of an object box
  • - Required parameter

The child objects of a header are often - but not necessarily - prompts that specify the headings for an object box. The last parameter establishes a connection to the object box, so that the headers participate in the horizontal scrolling of the box. Since a maximum of two headers can refer to the same ObjectList , it is possible to specify a footer in addition to the headline. In an ObjectListView, however, only one header can be specified (as an integrated header).

Flags
Flag Description
HIDDEN The header remains invisible until instruction Show makes it appear on the screen. With ObjectListView it is recommended to set this flag, at least for the contained prompts and buttons, because otherwise these elements will be displayed twice, both in the screen area of the header and in the ObjectListView itself.
MIN_HEIGHT(h) The height of the widget never falls below the value h (specified in minicells). This is especially useful in combination with attachments.
MIN_WIDTH(w) Width of the widget never falls below the value w (specified in minicells). This is especially useful in combination with attachments.