![]() | CLST Methods |
The CLST type exposes the following members.
Name | Description | |
---|---|---|
![]() | AddItem | Adds an item to the end of the list. |
![]() | AddSymbItem | Adds a channel/line/blob name and symbol to a list. |
![]() | AddUniqueItem | Adds a unique item to the end of the list. |
![]() | Append | Add the items in one list to another list. |
![]() ![]() | AssayChannel | Create a LST of assay channel mask strings from file. |
![]() | Clear | Clear a list object. |
![]() | ConvertFromCSVString | Load a LST with items from a string. |
![]() | Copy | Copy one LST object to another. |
![]() ![]() | Create |
creates a user controllable list. The list
is empty when created.
|
![]() ![]() | CreateS | Create LST from serialized source. |
![]() | DelItem |
Removes an item from the list. All items below
it are shifted up one.
|
![]() | Dispose | (Overrides CHANDLEDispose(Boolean).) |
![]() | FindItems | Searches a LST for items in a second LST, returns indices of those found. |
![]() | GtItem(Int32, Int32, String) | This places the specified item into the buffer provided. |
![]() | GtItem(Int32, Int32, String, Int32) | This places the specified item into the buffer provided. |
![]() | GtSymbItem(Int32, String, Int32) | Returns a channel/line/blob name and symbol from a list. |
![]() | GtSymbItem(Int32, String, Int32, Int32) | Returns a channel/line/blob name and symbol from a list. |
![]() | IConvertToCSVString(String) | Load a string with names from a LST. |
![]() | IConvertToCSVString(String, Int32) | Load a string with names from a LST. |
![]() | iFindItem | Searches the list for a specified item. |
![]() | iFindItemMask | Searches the list for a specified item, list contains masks. |
![]() | iGetInt | Get an integer item. |
![]() | InsertItem | Adds an item at a given location in the list. |
![]() | iSize | Get the number of items in the list. |
![]() | LoadCSV | Load a list with data from a CSV file |
![]() | LoadFile | Set up a list from a list file. |
![]() | Resource |
Load a GX List Resource into this list object. The
entries are placed at the end of the list and are not
sorted.
|
![]() | rGetReal | Get a real item. |
![]() | SaveFile | Save a list to a file. |
![]() | SelectCSVStringItems | Load a LST with items from a second LST found in a CSV string. |
![]() | Serial | Serialize LST to a BF. |
![]() | SetItem | Place an item at a specified point in the LST. |
![]() | Sort | Sorts a list. |