Important: The information in this document is obsolete and should not be used for new development.
Setting the Caret and Selection Range
Your application can callTEIdle
to blink a caret at an insertion point during idle processing, theTEClick
procedure to control the placement and highlighting of the text selection range in response to mouse-down events generated when a user clicks the mouse button, and theTESetSelect
procedure to set the text selection range to be edited next or denote the insertion point. This section describes these routines.
Subtopics
- TEIdle
- TEClick
- TESetSelect