Function ProUITextareaMaxlenSet
Description
Set the maximum length of a text area.
Synopsis
#include <ProUITextarea.h>
ProUITextareaMaxlenSet
(
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
The function was successful
The function failed
User Guide References
これは役に立ちましたか?