Function ProUITextareaHelptextSet
Description
Set the helptext of a text area component
Synopsis
#include <ProUITextarea.h>
ProUITextareaHelptextSet
(
char* dialog
/* (In)
The name of the dialog that contains the text area
*/
char* textarea
/* (In)
The name of the text area component
*/
wchar_t* helptext
/* (In)
The help text
*/
)
Returns
The function was successful
The function failed
User Guide References
¿Fue esto útil?