[Overview][Constants][Types][Classes][Procedures and functions] Reference for unit 'HTMw' (#powtils_extras)

TCssDisplay

Declaration

Source position: htmw.pas line 146

type TCssDisplay = (

  cdNone,

  cdBlock,

  cdInline,

  cdListItem,

  cdRunIn,

  cdCompact,

  cdMarker,

  cdTable,

  cdInlineTable,

  cdTableRowGroup,

  cdTableHeaderGroup,

  cdTableFooterGroup,

  cdTableRow,

  cdTableColumnGroup,

  cdTableColumn,

  cdTableCell,

  cdTableCaption

);