4D v16.3

LISTBOX DELETE COLUMN

Home

 
4D v16.3
LISTBOX DELETE COLUMN

LISTBOX DELETE COLUMN 


 

LISTBOX DELETE COLUMN ( {* ;} object ; colPosition {; number} )  
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)
colPosition  Longint in Column number to remove
number  Longint in Number of columns to be removed

The LISTBOX DELETE COLUMN command removes one or more columns (visible or invisible) in the list box set in the object and * parameters.

Note: This command does nothing if it is applied to the first column of a list box displayed in hierarchical mode.

If you pass the optional * parameter, you indicate that the object parameter is an object name (string). If you do not pass this parameter, you indicate that the object parameter is a variable. In this case, you pass a variable reference instead of a string. For more information about object names, refer to the Object Properties section.

If you do not pass the optional number parameter, the command simply removes the column set in the colPosition parameter.

Otherwise, the number parameter indicates the number of columns to remove to the right starting from the column colPosition (this one included).

If the colPosition parameter is greater than the number of columns in the list box, the command does nothing.



See also 

LISTBOX Get number of columns
LISTBOX INSERT COLUMN

 
PROPERTIES 

Product: 4D
Theme: List Box
Number: 830

 
HISTORY 

Created: 4D 2004
Renamed: 4D v12

 
ARTICLE USAGE

4D Language Reference ( 4D v16)
4D Language Reference ( 4D v16.1)
4D Language Reference ( 4D v16.2)
4D Language Reference ( 4D v16.3)