EXITCHARS property

EditLine controls

This property allows you to specify on or more characters as "Exit" characters, which means that if a user types any of them into the control the focus is automatically moved to the next control in tab-order as though they had hit the Tab key. This property is a simple string containing the Exit characters.

// Move to the next control if the user enter a "." or a space

exitChars = ". "

call set_Property( @window : ".EDL_IP1", "EXITCHARS, exitChars )

Note this property does not work if the PASSWORDSTYLE property is TRUE.

  • guides/programming/programmers_reference_manual/exitchars.txt
  • Last modified: 2024/06/19 20:20
  • by 127.0.0.1