Table column typesΒΆ
The following values are used in a table cell property record.
Edit type for cells in the column, assigned to the cell_type field in the property record.
TCT_TEXTBOX |
Edit cells in the column using a textbox |
TCT_LISTEDIT |
Edit using a list edit listbox |
TCT_LISTBUTTON |
Edit using a list button listbox |
TCT_DYNAMIC |
Type will be set dynamically whenever a cell receives focus |
TCT_READONLY |
Cells in the column are read-only |
TCT_CHECKBOX |
Cells in the column contain a checkbox |
TCT_BUTTON |
Now replaced by THCT_BUTTON. |
Heading type for the column, assigned to the heading_type field in the property record.
THCT_BUTTON |
Standard push button. The button label text is used as the column heading. |
THCT_IMAGEBUTTON |
An image only button. |
THCT_TEXTIMAGEBUTTON |
An image button with text. |
THCT_COLOURBUTTON |
A coloured button with text. |
Flags for use with column heading types.
TBHT_FLAG_FLATBORDER |
Button with flat border. |
TBHT_FLAG_MASK |
Mask to specify flags for the button, |
RELATED TOPICS |