skip to main content

Controls Reference : ENTRY-FIELD : Properties : Notify-Change-Delay

Notify-Change-Delay
This property specifies how many milliseconds the runtime has to wait before firing a NTF-CHANGED event when the user changes the content of the Entry-Field. In this way it’s possible to catch multiple changes in a single NTF-CHANGED event, increasing performance.
By default, no delay is set, so a NTF-CHANGED event is fired for each single change made by the user.
 
Example - Define an entry-field control with a delay of half second for change notifications
screen section.
  03 screen-1-ef-2 Entry-Field
     line 29.0
     column 49.5
     size 13.1 cells 
     lines 4.6 cells 
     notify-change
     notify-change-delay 500

Copyright (c) 2017 Veryant
Contact us
Please share your comments on this manual or on any
Veryant product documentation with the email button at the top left