This is the legacy 4D documentation web site. Documentations are progressively being moved to developer.4d.com

Home

 
4D v20 R7
LISTBOX SET STATIC COLUMNS

LISTBOX SET STATIC COLUMNS 


 

LISTBOX SET STATIC COLUMNS ( {* ;} object ; numColumn ) 
Parameter Type   Description
Operator in If specified, object is an object name (string)
If omitted, object is a variable
object  Form object in Object Name (if * is specified) or
Variable (if * is omitted)
numColumn  Longint in Number of columns to make static

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 

Product: 4D
Theme: List Box
Number: 1153

 
PAGE CONTENTS 
 
HISTORY 

Created: 4D v13

 
ARTICLE USAGE

4D Language Reference ( 4D v20 R7)