Home  /  Autodocs  /  texteditor.gadget

NAME

GM_TEXTEDITOR_ExportText

SYNOPSIS

DoGadgetMethod(obj, win, req, GM_TEXTEDITOR_ExportText, NULL);

FUNCTION

This will export the text using the current exporthook.

RESULT

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.

SEE ALSO

GM_TEXTEDITOR_InsertText, GM_TEXTEDITOR_ExportBlock