DoGadgetMethod(obj, win, req, GM_TEXTEDITOR_ExportText, NULL);
This will export the text using the current exporthook.
This depends on the exporthook. The builtin hooks will return a pointer to a null terminated buffer containing all the text. You must free this buffer with FreeVec() when you are done using it.