Skip to main content
Version: 21 R4 BETA

LISTBOX SET STATIC COLUMNS

LISTBOX SET STATIC COLUMNS ( * ; object : Text ; numColumn : Integer )
LISTBOX SET STATIC COLUMNS ( object : Variable ; numColumn : Integer )

ParameterTypeDescription
*Operator→If specified, object is an object name (string)If omitted, object is a variable
objectText, Variable→Form object name (if * is specified) or Variable (if * is omitted)
numColumnInteger→Number of columns to make static
History
ReleaseChanges
13Created

Description​

The LISTBOX SET STATIC COLUMNS command sets numColumns columns as static (starting from the first on the left) in the list box designated by the object and * parameters.

Static columns cannot be moved within the list box.

Note: Static columns and locked columns are two independent functions. For more information, refer to the Design Reference manual.

See also​

LISTBOX Get static columns
LISTBOX SET LOCKED COLUMNS

Properties​

Command number1153
Thread safeno