API 설명서 > Custom user interface > Object ProUIThumbwheel > Function ProUIThumbwheelIntegerGet
Function ProUIThumbwheelIntegerGet
Description
Gets the value of a thumbwheel
Synopsis
ProUIThumbwheelIntegerGet
(
char* dialog
/* (In)
The name of the dialog that contains the thumbwheel
*/
char* thumbwheel
/* (In)
The name of the thumbwheel component
*/
int* value
/* (Out)
The integer value
*/
)
Returns
The function was successful
The function failed
User Guide References
도움이 되셨나요?