ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HTMLEnableDebugger (Function)
Enables the HTML/JavaScript debugger on CEF-based HTML controls: HTML Display or HTML Editor control....
HTMLInsertFirstChild (Function)
Adds a child at the start of the children of the current node in an HTML document.
<htmlNode variable>.InsertFirstChild (Function)
Adds a child at the start of the children of the current node in an HTML document.
CaptionHTML (Property)
The CaptionHTML property is used to handle the text of a control as HTML code.
Body (Property)
The Body property is used to identify and modify the HTML body of an HTML Display control or an HTML Editor control.
Handling an HTML control through programming
WINDEV and WEBDEV allow you to handle an HTML control through programming......
SecurityHtml (Property)
The SecurityHtml property is used to get and change the status of the security mechanism of HTML Display and HTML Editor controls.
Document (Property)
The Document property is used to identify or modify the HTML document associated with an HTML Display control or an HTML Editor control.
HTMLToRTF (Function)
Converts an HTML string or an HTML buffer to an RTF string.
HTML table
The HTML table is a control used to easily create specific layouts in the HTML pages......
HTML (Property)
The HTML property is used to configure the use of HTML content.
ERR_NO_END_TAG
The Rich Text Area control
The Rich Text Area control is a Static control offering several layout possibilities......
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 control found in a report....
Manipulating an HTML Display control in the code
The HTML Display control is used to display a Web page in an application......
The HTML Edit control: Automatic formatting toolbar
In HTML Edit controls, a formatting toolbar can be automatically displayed when the control becomes editable......
HTMLFindElementByTag (Function)
Searches for elements that correspond to a tag in an HTML document (or an HTML node).
<HTML Display control>.ValidateForm (Function)
Validates a form in an HTML page displayed in an HTML Display control.
HTMLValidateForm (Function)
Validates a form in an HTML page displayed in an HTML Display control.
ManageHTML (Property)
ManageHTML is used to configure the management mode of the HTML format in a full-text index.
HtmlFormat (Property)
The HtmlFormat property is used to: find out whether an edit control accepts the input in HTML format. modify the input format of an edit control....
<HTML Display control>.ControlValue (Function)
Used to identify or modify a control in an HTML form contained in an HTML Display control.
HTMLControlValue (Function)
Used to identify or modify a control in an HTML form contained in an HTML Display control.
IFrame control
IFrame is an HTML concept......
HTMLExecuteControlProcess (Function)
Executes a WLanguage event associated with a control in an HTML page displayed by an HTML Display control.
1
2
3
4
5
6
184
>