Skip to content

Column_CapsLock_State - DataList

Determines if all text entered to this column from the keyboard will be converted to upper case

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

Parameters

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

Syntax

Property Boolean Column_CapsLock_State
Access Type Syntax
Read Access: Get Column_CapsLock_State to BooleanVariable
Write Access: Set Column_CapsLock_State to BooleanVariable/Value

Description

When Column_Capslock_State is set to True, all text entered to this column from the keyboard will be converted to upper case.

Values set to this column by the program will not be affected by this property. This property cannot be changed while this object is active; for a change made while the program is running to take effect, the object must be (deactivated and) activated after this property has been set to the desired value.

Default is False.