navFormReceiveReadNumber (Function) |
Top Previous Next |
This function will read the value of a number field on a received form. Note that the received form is only valid after a "Form received" event is raised; the event will not be removed until the navFormReceiveDone function is called.
Input: id : DINT (1..2147483647) ID of the field to read.
Output: number : DINT The value of the field.
Returns: INT
Declaration: FUNCTION navFormReceiveReadNumber : INT;
Example: INCLUDE rtcu.inc |