Documentación de la API > Custom user interface > Object ProUIThumbwheel > Function ProUIThumbwheelMaxintegerSet
Function ProUIThumbwheelMaxintegerSet
Description
Sets the maximum value of the integer for the thumbwheel
Synopsis
ProUIThumbwheelMaxintegerSet
(
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 maximum integer value
*/
)
Returns
The function was successful
The function failed
User Guide References
¿Fue esto útil?