guiSpinnerGetValue (Function) |
Top Previous Next |
This function retrieves the value of a numeric spinner.
Input: spinner : SYSHANDLE A handle to the numeric spinner to get the value from.
Output: value : DINT The current value of the spinner.
Returns: INT
Declaration: FUNCTION guiSpinnerGetValue : INT;
Example: INCLUDE rtcu.inc |