lv_textarea_get_text() function
Get the text of a text area. In password mode it gives the real text (not '*'s).
Syntax
const char * lv_textarea_get_text(const lv_obj_t * obj); Arguments
obj
pointer to a text area object
Return value
pointer to the text