company logo

LineTypes - Line types

Line types describe the sort of lines in a list or tree.

Enumarators overview

Enumerator details

  1. LT_undefined - Udefined line type
    Code: -1
    to list
  2. Data - Data line

    The table line contains data.

    Code: 0
    to list
  3. Static - Static line
    Code: 1
    to list
  4. Header - Head line

    The line in a table or tree is a head line (constant text).

    Code: 2
    to list