API 文件集 > Custom user interface > Object ProUITextarea > Function ProUITextareaValueSet
Function ProUITextareaValueSet
Description
Sets the value of the text in the text area
Synopsis
#include <ProUITextarea.h>
ProUITextareaValueSet
(
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* value
/* (In)
A wide string containing the text, lines separated by (wchar_t)'\n'.
*/
)
Returns
The function was successful
The function failed
Sample Code References
User Guide References
這是否有幫助?