Documentación de la API > Custom user interface > Object ProUITextarea > Function ProUITextareaInputActionSet
Function ProUITextareaInputActionSet
Description
Sets the activate action for a text area. This function is called when the user changes the conents of the text area.
Synopsis
#include <ProUITextarea.h>
ProUITextareaInputActionSet
(
char* dialog
/* (In)
The name of the dialog that contains the text area.
*/
char* textarea
/* (In)
The name of the text area component
*/
/* (In)
The action to perform when the text area contents are changed.
*/
ProAppData appdata
/* (In)
Application data to be passed to callback function
*/
)
Returns
The function was successful
The function failed
An invalid argument was given
User Guide References
¿Fue esto útil?