API 설명서 > Custom user interface > Object ProUIDialog > Function ProUIDialogTextareaAdd
Function ProUIDialogTextareaAdd
Description
Add a new textarea to the dialog.
Synopsis
#include <ProUIDialog.h>
ProUIDialogTextareaAdd
(
char* dialog
/* (In)
Name of the dialog.
*/
char* name
/* (In)
Name of the textarea to be added.
*/
/* (In)
Position of the added component in the dialog.
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
User Guide References
도움이 되셨나요?