Selecting text within a Text Editor Object

I am having a brain freeze today and can’t find the procedure statement needed to open a Text Edit Object and select the contained text.

If you have a Text Editor Object named “Texy” (adjust the name as necessary), you could use this to first open the editor and then select all the content:

objectaction "Texy","Open"
objectaction "Texy","SetSelection",0,-1

Much thanks