Property Boolean pbCapslock
Read Access: | Get pbCapslock to BooleanVariable |
Write Access: | Set pbCapslock to BooleanVariable/Value |
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.