ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / HTML Editor functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Selects a text fragment in an HTML Editor control.
Example
// Apply bold formatting to the first 5 characters
HTMLEditorSelect(HTMEDT_MyHTMLEditor, 1, 5)
HTMLEditorFormatSelection(HTMEDT_MyHTMLEditor, htmlBold)
Syntax
HTMLEditorSelect(<HTML Editor control> , <Beginning of selection> , <End of selection>)
<HTML Editor control>: Control name
Name of the HTML Editor control used.
<Beginning of selection>: Integer
First character to select in the HTML Editor control.
<End of selection>: Integer
Last selected character.
Remarks
Business / UI classification: UI Code
Component: wd290obj.dll
Minimum version required
  • Version 26
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help