Overview
Group
Quick Info

Windows NT
Yes
Win95
Yes
Win32s
No
Import Library
-
Header File
richedit.h
Unicode
No
Platform Notes
None

ENCORRECTTEXT

Contains information about the selected text to be corrected.

typedef struct _encorrecttext {
NMHDR nmhdr; // notification header
CHARRANGE chrg; // current selection
WORD seltyp; // selection type
} ENCORRECTTEXT;

Members

seltyp

Value specifying the contents of the new selection. This member is SEL_EMPTY if the selection is empty or one or more of the following values:

Value
Meaning
SEL_TEXT
Text
SEL_OBJECT
At least one OLE object
SEL_MULTICHAR
More than one character of text
SEL_MULTIOBJECT
More than one OLE object

Software for developers
Delphi Components
.Net Components
Software for Android Developers
More information resources
MegaDetailed.Net
Unix Manual Pages
Delphi Examples