Unicode Controls & Classes for VB6 - Version 4
ctlUniRichTextBoxXP
.GetContentsUTF8 Function
Gets contents using the UTF8 encoding
Syntax
Public Function GetContentsUTF8 (ByVal
iFlags
As
eCtlRichTextBox_GetContents
, _
ByVal
bForSelection
As Boolean)
Parameters
Parameter
Description
ByVal
iFlags
As
eCtlRichTextBox_GetContents
Flags
ByVal
bForSelection
As Boolean
True for using only the selection, False for the entire text
Remarks