Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

See also

PREVIOUS property

Example

 
Code Block
/* This code, placed in any of the event handlers on the current control, will skip the next control in the tab order. */
nextCtrl = Get_Property(CtrlEntid, "NEXT")
theCtrlAfterNext = Get_Property(nextCtrl,"NEXT")
existingprop = Set_Property(CtrlEntId,"NEXT", theCtrlAfterNext)