Difference between revisions of "IUP/Functions/IupPreviousField"

From Vendetta Lua
Jump to: navigation, search
(Created page with "__NOTOC__ __NOEDITSECTION__ Shifts the focus to the previous element in a dialog to which the specified element belongs. In does not depend on the element currently with the f...")
 
(No difference)

Latest revision as of 00:13, 11 May 2023


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

Parameters/Return

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

See Also

IupNextField.