Defined in file: hzDissemino.h
This specifies columns in table, using the <xcol> tag. It is a syntax error to have an <xcol> tag outside the context of a table, which may either be a standard table of a directory listing. This class is created outside the confines of either so that it may be used in both.
Constructors/Detructors
| hdsCol* | hdsCol | (void) | |
| Default constructor | hdsCol() | Not specified in code. Default applies |
Public Methods:
| void | Clear | (void) |
Member Variables:
| hzString | m_CSS_data | Title text class | |
| hzString | m_CSS_head | Title text class | |
| hzString | m_Member | Data class member name | |
| hzString | m_Title | Column title | |
| bool | m_bEdit | Is column editable | |
| uint32_t | m_bgcol_alt | Data area background color (odd rows) | |
| uint32_t | m_bgcol_data | Title area background color (even rows) | |
| uint32_t | m_bgcol_head | Title area background color | |
| uint32_t | m_mbrNo | Data class member number | |
| uint32_t | m_nSize | Max length of entries |