TEActivate
TheTEActivateprocedure activates the specified edit record.
PROCEDURE TEActivate (hTE: TEHandle);
hTE- A handle to the specified edit record.
DESCRIPTION
When you callTEActivatefor an edit record, the selection range is highlighted. If the selection range is an insertion point,TEActivatedisplays a caret there.Call this procedure every time the Event Manager function
WaitNextEventreports that the window containing the edit record has become active.If you do not call
TEActivatebefore you callTEClick,TEIdle, orTESetSelect, the selection range is not highlighted, or, if the selection range is set to an insertion point, a caret is not displayed at the insertion point. However, if you have turned on outline highlighting through theTEFeatureFlagfunction for the edit record, the text of the selection range is framed or a dimmed or an unblinking caret is displayed at the insertion point.SEE ALSO
For a description of theWaitNextEventfunction, see the chapter "Event Manager" in Inside Macintosh: Macintosh Toolbox Essentials.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help