Skip to content

CDTABLEVIEWER xxx

Symbolic Value : Constants
CDTABLEVIEWER_xxx - ViewerType definition in CDPRETABLEBEGIN.

#include <editods.h>

Symbolic Values :

CDTABLEVIEWER_ONCLICK     -  Table is displayed so that rows can be cycled through upon a mouse click.

CDTABLEVIEWER_ONLOADTIMER     -  Table is displayed to cycle through rows very xxx milliseconds. The number of milliseconds to cycle through is specified in a CDTIMERINFO structure.

CDTABLEVIEWER_ONLOADCYCLEONCE     -  Table is displayed to cycle through the rows once when opened.

CDTABLEVIEWER_TABS    -  Table is displayed with tabs for the user to select which row to display.

CDTABLEVIEWER_FIELDDRIVEN     -  Which row to display is field driven - rows are to be switched programmatically.

CDTABLEVIEWER_CYCLEONCE   -  Table is displayed to cycle through the rows once via a mouse click.

CDTABLEVIEWER_CAPTIONS    -  Table is displayed with window caption boxes for the user to select which row to display.

CDTABLEVIEWER_LAST    -  The highest value for this set of flags.

Description :

See Also : CDPRETABLEBEGIN CDTIMERINFO