Documentação da API > Custom user interface > Object ProUIThumbwheel > Function ProUIThumbwheelHelptextSet
Function ProUIThumbwheelHelptextSet
Description
Set the helptext of a thumbwheel component
Synopsis
ProUIThumbwheelHelptextSet
(
char* dialog
/* (In)
The name of the dialog that contains the thumbwheel
*/
char* thumbwheel
/* (In)
The name of the thumbwheel component
*/
wchar_t* helptext
/* (In)
The help text
*/
)
Returns
The function was successful
The function failed
User Guide References
Isto foi útil?