Function ProUIThumbwheelIntegerSet
Description
Sets the value of a thumbwheel
Synopsis
ProUIThumbwheelIntegerSet
(
char* dialog
/* (In)
The name of the dialog that contains the thumbwheel
*/
char* thumbwheel
/* (In)
The name of the thumbwheel component
*/
int value
/* (In)
The integer value
*/
)
Returns
The function was successful
The function failed
User Guide References
¿Fue esto útil?