IUP/Functions/IupNextField

From Vendetta Lua
Revision as of 00:12, 11 May 2023 by Draugath (Talk | contribs) (Created page with "__NOTOC__ __NOEDITSECTION__ Shifts the focus to the next element in a dialog to which the specified element belongs. In does not depend on the element currently with the focus...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


Shifts the focus to the next element in a dialog to which the specified element belongs. In does not depend on the element currently with the focus.

Parameters/Return

   iup.NextField(element: ihandle) -> (elem: ihandle)
element: An element.
This function returns the element that received the focus.

See Also

IupPreviousField.