Category Custom user interface, Object ProUITextarea

Function ProUITextareaMaxlenSet


Description
Set the maximum length of a text area.
Synopsis
#include <ProUITextarea.h>
ProErrorProUITextareaMaxlenSet(
char* dialog
/* (In)
The name of the dialog that contains the text area
*/
char* textarea
/* (In)
The name of the text area component
*/
int maxlen
/* (In)
The maximum length of the text area
*/
)
Returns
PRO_TK_NO_ERRORThe function was successful
PRO_TK_GENERAL_ERRORThe function failed

Manual References:

  1. User Interface: Dialogs: Textarea Attributes