On Edit (OnEdit)

Determines whether the OnEdit extended trigger is fired for this edit box. By default, it is False.

"OnEdit=True | False"

Value

Description

True

Enables the onEdit trigger to be fired, if the trigger is defined for this widget.

False

Prevents the onEdt trigger from being fired.

Usage

Dynamic?

Yes

Supported in Grid?

Yes

Dependencies:

OnEdit trigger and EditDelay property

Description

When the OnEdit property is set to true, the EditDelay property is also applied, which determines when the trigger is fired.

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) = "OnEdit=True"

Applies To

Related Topics