hiSetListItemVisible
hiSetListItemVisible(o_listBoxField x_position) =>t / nil
Description
Brings the specified list box item into view in the list box. Takes a list box field of a form as the first argument and the numeric position of the item you want to bring into view as the second argument. If the numeric position specified is 0 or less than 0, the last item in the list is scrolled into view.
Arguments
|
Numeric position of the list box item you want to bring into view. The first item is represented by |
Values Returned
|
In all cases except when x_position is greater than the number of items in the list box. |
|
|
x_position is greater than the number of items in the list box. |
Related Topics
Return to top