The clsItemList type exposes the following members.

Properties

  NameDescription
Protected propertyAppendToItem[([( Int32, Int32, Boolean])])
Add content to cell at given row and column. By default the new value will be appended to the existing item. Set 'AddBeforeCellContent' true to append existing cell content to new value.
Protected propertyAppendToItem[([( Int32, String, Boolean, String])])
Add content to cell at given row and column. By default the new value will be appended to the existing item. Set 'AddBeforeCellContent' true to append existing cell content to new value.
Protected propertyColCaption
Col[Flag, Min, Max, Unit, Caption] sets/gets the Flags, minimum value, maximum value, the unit or the caption of a column.
Protected propertyColCount
Get the number of columns in the item list.
Protected propertyColFlag
Col[Flag, Min, Max, Unit, Caption] sets/gets the Flags, minimum value, maximum value, the unit or the caption of a column.
Protected propertyColIndex
Get the index of a column described by caption. This property is useful with experiment depending item lists, where the position of a column may move and the caption still remains.
Protected propertyColMax
Col[Flag, Min, Max, Unit, Caption] sets/gets the Flags, minimum value, maximum value, the unit or the caption of a column.
Protected propertyColMin
Col[Flag, Min, Max, Unit, Caption] sets/gets the Flags, minimum value, maximum value, the unit or the caption of a column.
Protected propertyColUnit
Col[Flag, Min, Max, Unit, Caption] sets/gets the Flags, minimum value, maximum value, the unit or the caption of a column.
Protected propertyGetIndexCol
Get the index of the column defined as the Index-column.
Protected propertyItem[([( Int32, Int32])])
Get/Set the content of item at given column.
Protected propertyItem[([( Int32, String])])
Get/Set the content of item at given column.
Protected propertyItemCount
Get the number of items in the item list.
Protected propertyItemIndex
Set the index of selected item.
Public propertyItemStatus
Get/Set the item status.
Protected propertyTextMatrix
TextMatrix sets/gets the content of the item list table.

See Also