The clsItemList type exposes the following members.

Methods

  NameDescription
Protected methodAddCol
Add a column to the item list.
Protected methodAppend
Append a CSV file to the existing item list.
Protected methodCheckItem(Int32, String%)
Check the content of an item for a valid value according to defined flags of the column.
Protected methodCheckItem(String, String)
Check if value (szX) is a valid data type for column Col.
Protected methodClear
Clears a defined item list.
Protected methodItemStamp
Stamp the current item as "processed without errors".
Protected methodLoad
Load an item list from a CSV file.
Protected methodNextItem(Single)
Notify Framework about processing of next item in experiment.
Protected methodNextItem(Int32, Single)
Notify Framework about processing of next item in experiment.
Public methodRenumberIndex
Renumber index in item list.
Protected methodReset
Reset item list to a new, not defined one.
Protected methodSetOptimalColWidth
Sets the optimal column width for displaying the item list.
Protected methodShuffleItems(array<Int32>[]()[][])
Shuffle items.
Protected methodShuffleItems(Int32, Int32)
Shuffle items.

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