Table data¶
data_font = “text” |
Font for data displayed in the table. See Fonts. Default: The window font. |
data_bgc = rgb_value
data_fgc = rgb_value
|
Background and foreground colours for the table data. See Colours. Default: The parent window’s data colour values. |
data_pen = integer |
Optional. Specifies a pen to be used for display of data in the table, overriding the default pen. See Pens. From Sculptor 5 onwards, with the introduction of Colour clauses, it is recommended that the data_bgc and data_fgc clauses are used in preference to data_pen. Default: In a Sculptor palette, PEN_TEXTBOX_DATA (27). |
RELATED TOPICS |