Selecting Text
After selecting an edit control, the user can select text in the control by
using the mouse or the keyboard. An application can retrieve the starting and
ending character positions of the current selection in an edit control by sending
the control an
EM_GETSEL message. The return value for the ending position is one greater than the
last character in the selection (that is, the position of the first character
following the last selected character).
An application can also select text in an edit control by sending the control
an
EM_SETSEL message with the starting and ending character indices for the selection. For
example, the application can use EM_SETSEL with
EM_REPLACESEL to delete text from an edit control.
These three messages apply to both single-line and multiline edit controls.
- Software for developers
-
Delphi Components
.Net Components
Software for Android Developers
- More information resources
-
MegaDetailed.Net
Unix Manual Pages
Delphi Examples
- Databases for Amazon shops developers
-
Amazon Categories Database
Browse Nodes Database