Double-Click (DblClk)

Determines how Uniface reacts when the user double-clicks in this widget.

"DblClk=SelWord | Detail"

Value

Representation

Description

  (default)

Use the setting specified in the .ini file.

SELWORD Select Word

Select an entire word. (Default).

In the spin button, this selects the contents of the widget.

DETAIL Detail

Activate the Detail trigger.

Usage

Dynamic?

Yes

Supported in Grid?

Yes

Dependencies:

None

Description

This property applies only to a mouse double-click. Using ^DETAIL in a widget via the keyboard activates the Detail trigger regardless of the Double-Click property value.

Using in ProcScript

You can use $properties or $fieldproperties to set or get the property and its value. For more information, see $properties and $fieldproperties.

$fieldproperties(FLD) = "DblClk=Detail"