navFormAddStop (Function) |
Top Previous Next |
This function will add a stop selection list to the form that is currently being constructed.
The selected stop can be read from a received form by using navFormReceiveReadStop.
Input: id : DINT (1..2147483647) Unique ID to identify the field.
title : STRING The title of the field. Max. 50 characters.
desc : STRING The description of the field to show below the title while no value has been entered. Max. 60 characters.
required : BOOL (default FALSE) Set to true to make the field required.
Returns: INT
Declaration: FUNCTION navFormAddStop : INT;
Example: INCLUDE rtcu.inc |