Skip to content

pbCapslock - cTagsForm

Determines whether Capslock is applied to the control

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

Syntax

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

Description

Set pbCapslock to True to enable the Capslock operation for this control.

Capslock is only supported if the control has a data binding (Entry_Item) and the data binding is to an indexed field.

Valid values are True, False and C_WebDefault. When set to C_WebDefault, this property will be automatically assigned to the corresponding DataDictionary's DD_Capslock setting. You may explicitly set pbCapslock to True or False to override the data dictionary setting.

Default value is False.

For more information about Capslock see DD_Capslock.