guiSpinnerSetValue (Function) |
Top Previous Next |
This function sets the value of a numeric spinner. Calling this function does not trigger the spinner changed event.
Input: spinner : SYSHANDLE A handle to the numeric spinner to change the value for.
value : DINT The new value to set the spinner to.
Returns: INT
Declaration: FUNCTION guiSpinnerSetValue : INT;
Example: INCLUDE rtcu.inc |