Skip to content

Column_Options - DataList

Allows you to copy column options or set them in a group

Type: Property
Access: Read/Write
Data Type: Integer
Parameters: None

Parameters

Parameter Type Description
iCol Integer The column number (0-based)

Syntax

Property Integer Column_Options
Access Type Syntax
Read Access: Get Column_Options to IntegerVariable
Write Access: Set Column_Options to IntegerVariable/Value

Description

The Column_options property is the combination of all of the column_options. The message is provided to allow you to copy column options or set them in a group. The top 16 bits of the item options are for internal use and should not be changed by users. When you set column_options, you will usually wish to set field_options as well.

Get column_options item 5 to opts
set column_options of (scanner(self)) item 5 to opts
set field_options of (scanner(self)) item 5 to opts

In this example, the column_options of the sixth column of Object scanner are set to those of the sixth column of the current object.

To query, or get, the column_options of an item, use the individual column_option messages documented in this class.