ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Search results
15 results for: Etat HTML
Handling HTML text in an Edit control
WEBDEV allows you to handle text in HTML via the "HTML format" option of the Edit controls and the HTML control....
SelectedTextWithTag (Property)
The SelectedTextWithTag property is used to get or change the text selected in a rich edit control (RTF or HTML) with HTML or RTF formatting tags.
Compilation options (HTML format)
The compilation options available for HTML (HTM files) are as follows......
<HTML editor>.GetDocument (Function)
Asynchronously retrieves the HTML document being displayed in an HTML Edit control.
HTMLEditorGetDocument (Function)
Asynchronously retrieves the HTML document being displayed in an HTML Edit control.
<HTML editor>.Insert (Function)
Inserts text or HTML code at the cursor position in an HTML Editor control.
HTMLEditorInsert (Function)
Inserts text or HTML code at the cursor position in an HTML Editor control.
Managing iconic fonts
Include special characters in your captions via the iconic fonts....
HTML (Property)
The HTML property is used to: find out whether the current report is printed in HTML mode. manage the HTML type of a Static Text control found in a report....
Importing an HTML page into a WEBDEV site
WEBDEV allows you "suck up" the existing HTML pages......
ERR_CANNOT_RUN_EXPLORER
<HTML editor>.FormatSelection (Function)
Modifies the style of the selected elements in an HTML Editor control.
The different states of a Button control in a window
In WINDEV or WINDEV Mobile applications, Button controls can have multiple states......
HTMLEditorFormatSelection (Function)
Modifies the style of the selected elements in an HTML Editor control.
HTMLToText (Function)
Converts an HTML string or buffer to text.