On Edit (OnEdit)
Determines whether the OnEdit extended trigger is fired for this edit box. By default,
it is False
.
Value |
Description |
---|---|
|
Enables the onEdit trigger to be fired, if the trigger is defined for this widget. |
|
Prevents the onEdt trigger from being fired. |
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"