navFormMove (Function) |
Top Previous Next |
This function will move a form on the navigation device. Depending on the position of the other forms, it may cause other forms to change position as well.
Input: id : DINT ID of the form to move.
new_pos : INT (1..32767) The new position of the form.
Returns: INT
Declaration: FUNCTION navFormMove : INT;
Example: INCLUDE rtcu.inc |