LISTBOX INSERT COLUMN
LISTBOX INSERT COLUMN ( {* ;} object ; colPosition ; colName ; colVariable ; headerName ; headerVar {; footerName ; footerVar} )
Parameter | Type | Description | |
---|---|---|---|
* | Operator | → | If specified, object is an object name (string) If omitted, object is a variable |
object | any | → | Object name (if * is set) or Variable (if * is omitted) |
colPosition | Integer | → | Location of column to insert |
colName | Text | → | Name of the column object |
colVariable | Array, Field, Variable, Pointer | → | Column array name or field or variable |
headerName | Text | → | Name of the column header object |
headerVar | Integer, Pointer | → | Column header variable |
footerName | Text | → | Column footer object name |
footerVar | Variable, Pointer |