hiSetTopListItem
hiSetTopListItem(r_listBoxField x_itemPosition) =>t / nil
Description
Sets the first visible item in a list box field to the specified position (x_itemPosition). A position value of 1 indicates the first item, a position value of 2 indicates the second item, and so on. A value of 0 (zero) specifies the last item in the list.
This function is only used with the list box fields in forms.
Arguments
|
The position of the item that is made the first visible item. |
Values Returned
Related Topics
Return to top