|
HE_SETCONVERTRANGE
Sets the range of the marked conversion string. Submessage of WM_PENCTL.
(Japanese version only.)
Parameters
wParam
HE_SETIMEDEFAULT.
lParam
The low-order word contains the starting character position (not byte
position) of the marked conversion string. The high-order word contains the ending
character position plus 1.
Return Value
Returns TRUE if there are no errors; otherwise, returns FALSE.
Comments
Available for bedits only. If the starting character position is 0 and the
ending char-acter position is 1, all the text in the control becomes the marked conversion string. If the
starting character is 1, the marked conversion string area is removed. When characters are marked
for conversion, the Input Method Editor is said to be in preconversion mode.
Returns FALSE if in conversion mode. If there is a selection, the selection
will be cleared. The caret will be moved to the end of the marked conversion
string.
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
TMS Scripter Studio Pro components for Delphi/C++Builder
More Online Helps
Win32 Programmer's Reference (win32.hlp)
Win32 Multimedia Programmer's Reference (mmedia.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|