show / hide menu

MoveUp

This function is used to Move the particular value\item up the order, in controls such as Checkbox, Combo box, List box, Multi List box and Radio Button.

Syntax:

MoveUp(ControlName)

Control Name is the Display Name of the control, in which an item has to be moved up the order.

Example:

MoveUp( Listbox1.Value)

The function will move the selected item up the order.