void FinalizeComposition(const wchar_t* pstr, UPInt len = SF_MAX_UPINT);
FinalizeComposition finalizes the composition string by inserting the string into the actual text and thus becomes part of the actual text. If pstr is not NULL then the contents of pstr is used, otherwise the current contents of composition string will be used.
Parameters |
Description |
const wchar_t* pstr |
String which is inserted into the actual text. |
UPInt len = SF_MAX_UPINT |
Number of characters in the string. |