Table column headings¶
label_font = “text” |
Font for the column headings. See Fonts. Default: The window font. |
label_bgc = rgb_value
label_fgc = rgb_value
|
Background and foreground colours for the column headings. See Colours. Default: The parent window’s label colour values. |
label_pen = integer |
Pen for column heading labels. The labels are derived from the display object field headings. Any suitable pen from the current palette may be used. See Pens. From Sculptor 5 onwards, with the introduction of Colour clauses, it is recommended that the label_bgc and label_fgc clauses are used in preference to label_pen. Default: In a Sculptor palette, PEN_TEXTBOX_LABEL (28). |
A table column heading can also be a plain, coloured or image button. These types are set by the heading_type field in the table cell property record.
RELATED TOPICS |