L_STATE

Modify a list’s state

WSupported on Windows
USupported on Unix
VSupported on OpenVMS
NSupported in Synergy .NET
xcall L_STATE(list_id, state)

Arguments

list_id

The ID of the list to resize. (n)

state

One of the following list states: D_LNORMAL (restored), D_LMAXIMIZED, D_LMINIMIZED, D_LHIDDEN. (n)

Discussion

L_STATE modifies the state of a list.

See also

L_STATUS routine for retrieving the state of a list

Examples

The following example maximizes the list.

xcall l_state(order_lst, D_LMAXIMIZED)