ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Search results
25 results for: Fichier HTML
DriveRename (Function)
Renomme un fichier ou un répertoire sur un disque distant.
<HTML editor>.FormatSelection (Function)
Modifies the style of the selected elements in an HTML Editor control.
HTMLEditorFormatSelection (Function)
Modifies the style of the selected elements in an HTML Editor control.
Importing an HTML page into a WEBDEV site
WEBDEV allows you "suck up" the existing HTML pages......
HTMLEdit (Property)
The HTMLEdit property is used to: find out whether a Word Processing control is displayed in optimized mode for HTML editing, modify a Word Processing control to display it (or not) in optimized mode for HTML editing....
Importing a CSS style sheet
WEBDEV allows you to import a CSS style sheet into a WEBDEV project......
RootNode (Property)
The RootNode property is used to get the root nodes of an HTML or XML document.
<Email variable>.ExportHTML (Function)
Retrieves the HTML code of an email to display it in an HTML control (HTML control, HTML Display control, etc.).
EmailExportHTML (Function)
Retrieves the HTML code of an email to display it in an HTML control (HTML control, HTML Display control, etc.).
HTMLEnableDebugger (Function)
Enables the HTML/JavaScript debugger on CEF-based HTML controls: HTML Display or HTML Editor control....
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....
Handling an HTML control through programming
WINDEV and WEBDEV allow you to handle an HTML control through programming......
Body (Property)
The Body property is used to identify and modify the HTML body of an HTML Display control or an HTML Editor control.
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 (Property)
The HTML property is used to configure the use of HTML content.
HTML table
The HTML table is a control used to easily create specific layouts in the HTML pages......
Manipulating an HTML Display control in the code
The HTML Display control is used to display a Web page in an application......
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....
HTMLValidateForm (Function)
Validates a form in an HTML page displayed in an HTML Display control.
HTMLEditorGetDocument (Function)
Asynchronously retrieves the HTML document being displayed in an HTML Edit control.
HTMLFindElementByTag (Function)
Searches for elements that correspond to a tag in an HTML document (or an HTML node).
<HTML editor>.GetDocument (Function)
Asynchronously retrieves the HTML document being displayed in an HTML Edit control.
<HTML Display control>.ValidateForm (Function)
Validates a form in an HTML page displayed in an HTML Display control.
HTMLEditorInsert (Function)
Inserts text or HTML code at the cursor position in an HTML Editor control.