lxHiSetOptions
lxHiSetOptions( [ x_tabNumber{ 1 | 2 | 3 | 4 | 5 | 6 } ] ) =>t / nil
Description
Opens the Connectivity form. The form opens with the General tab on top, unless you specify a different tab using the optional argument.
Arguments
Value Returned
Examples
lxHiSetOptions()
Opens the Connectivity form with the General tab on top.
lxHiSetOptions(5)
Opens the Connectivity form with the Parameters tab on top.
Return to top