Function TWPCustomRtfEdit.InputSymbol(unicodes:WideString; FontName:string; SkipLowUnicodes:Boolean) : TWPTextObj
Unit: WPCTRMemo
Class: WPCTRMemo.TWPCustomRtfEdit
Parameters
-
unicodes:WideString FontName:string SkipLowUnicodes:Boolean
Returns
The type of the result value is TWPTextObj.
Description
This function accepts a string with one or more unicodes to create one or more symbol objects. If the text does not contain Emoji unicodes, no objects will be created and just text will be inserted.Overloaded Methods
Function TWPCustomRtfEdit.InputSymbol(aChar:Integer; FontName:string) : TWPTextObjFunction TWPCustomRtfEdit.InputSymbol(aChar:Char; FontName:string) : TWPTextObj |