The clsItemList type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| AddCol |
Add a column to the item list.
| |
| Append |
Append a CSV file to the existing item list.
| |
| CheckItem(Int32, String%) |
Check the content of an item for a valid value according to defined flags of the column.
| |
| CheckItem(String, String) |
Check if value (szX) is a valid data type for column Col.
| |
| Clear |
Clears a defined item list.
| |
| ItemStamp |
Stamp the current item as "processed without errors".
| |
| Load |
Load an item list from a CSV file.
| |
| NextItem(Single) |
Notify Framework about processing of next item in experiment.
| |
| NextItem(Int32, Single) |
Notify Framework about processing of next item in experiment.
| |
| RenumberIndex |
Renumber index in item list.
| |
| Reset |
Reset item list to a new, not defined one.
| |
| SetOptimalColWidth |
Sets the optimal column width for displaying the item list.
| |
| ShuffleItems(array<Int32>[]()[][]) |
Shuffle items.
| |
| ShuffleItems(Int32, Int32) |
Shuffle items.
|