|
|
|
|
|
Functions for handling List Box, ListView and Combo Box controls (prefix syntax)
The following functions handle List Box, ListView and Combo Box controls (prefix syntax):
| | <List Box>.Add | Adds an element programmatically to a List Box, ListView, Combo Box or Carousel control. | <List Box>.Count | Returns the number of elements in a List Box, ListView or Combo Box control. | <List Box>.Delete | Deletes an element from a List Box, ListView or Combo Box control populated programmatically. | <List Box>.DeleteAll | Clears a List Box, ListView or Combo Box control populated programmatically. | <List Box>.Display | Refreshes a List Box, ListView or Combo Box control based on a data file. | <List Box>.InfoXY | Returns the index of the row (or image) at a given position in a List Box or ListView control. | <List Box>.Insert | Inserts an element into a List Box, ListView or Combo Box control populated programmatically. | <List Box>.Modify | Modifies an element in a List Box, ListView or Combo Box control populated programmatically. | <List Box>.MoveLine | Moves a row or swaps two rows in a List Box or Combo Box control. | <List Box>.Position | Displays a List Box (or a ListView) control from a specified element or returns the index of the first element displayed in a List Box control (if the scrollbar was used). | <List Box>.Seek | Seeks an element in a List Box control (standard List Box or ListView) or in a Combo Box control (including the values described by gLink). | <List Box>.Select | Returns the index of the selected element in a List Box, ListView or Combo Box control. | <List Box>.SelectCount | Returns the number of elements selected in a List Box, ListView or Combo Box control. | <List Box>.SelectMinus | Deselects an element in a List Box, ListView or Combo Box control. | <List Box>.SelectPlus | Selects one or more elements in a List Box, ListView or Combo Box control. | <List Box>.Sort | Sorts the elements in a List Box, ListView or Combo Box control populated programmatically. |
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|