Docs » Autodocs » texteditor.gadget » GM_TEXTEDITOR_ExportText
GM_TEXTEDITOR_ExportText
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.
GM_TEXTEDITOR_InsertText(), GM_TEXTEDITOR_ExportBlock()
|