API Documentation > Custom user interface > Object ProUICascadebutton > Function ProUICascadebuttonHelptextSet
Function ProUICascadebuttonHelptextSet
Description
Set the helptext of a cascade button component
Synopsis
ProUICascadebuttonHelptextSet
(
char* dialog
/* (In)
The name of the dialog that contains the cascade button
*/
char* cascadebutton
/* (In)
The name of the cascade button component
*/
wchar_t* helptext
/* (In)
The help text
*/
)
Returns
The function was successful
The function failed
User Guide References
Was this helpful?