ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HTMLInsertAfter (Function)
Adds a node after the specified node in an HTML document.
<htmlNode variable>.InsertAfter (Function)
Adds a node after the specified node in an HTML document.
<htmlNode variable>.InsertBefore (Function)
Adds a node before the specified node in an HTML document.
HTMLInsertBefore (Function)
Adds a node before the specified node in an HTML document.
PDF Reader control: How to use the ribbon and tabs
The PDF Reader control includes multiple features accessible via......
OrganizerDisplay (Function)
Reinitializes the content of an Organizer control from its data source (HFSQL data file for example).
Voice commands in the environment
The environments of WINDEV, WEBDEV and WINDEV Mobile respond to the voice commands......
WDMap: Overview
WDMap is a tool used to view and handle a data file while developing an application......
The Word Processing control
The "Word processing" control is an advanced control that allows the end user to create and edit documents in docx format......
The Multimedia control (WEBDEV)
...The Multimedia control is used to easily display a video in the browser....
HRetrieveItem (Function)
Returns the content of an item found in the current record (in the data file, view, query, ...).
CommandLine (Function)
Identifies and retrieves the different elements of the command line passed as a parameter to the current program.
The Shape control
The Shape control allows you to create geometric shapes in your windows and reports......
SpeechSynthesisReadFile (Function)
Reads the content of the specified file by using the engine for speech synthesis found on the device.
EmailImportHTML (Function)
Imports, into the Email structure or into an Email variable, the content of an HTML file in order to send it by email.
HTMLWrap (Function)
Wraps the specified node in a given node of an HTML document.
HTMLRemoveChild (Function)
Removes a given node in the current node of an HTML document.
<htmlNode variable>.Wrap (Function)
Wraps the specified node in a given node of an HTML document.
<htmlNode variable>.RemoveChild (Function)
Removes a given node in the current node of an HTML document.
10. Smart controls
Smart controls...
Skin template
WINDEV, WEBDEV and WINDEV Mobile allow you to customize the interface of your applications via several preset interfaces......
Context menu of Organizer controls (AAF)
Each Organizer control found in a window proposes a menu to the user......
<Chart>.AddTimeData (Function)
Adds data at a precise moment in a time chart.
Automatic context menu for the Scheduler controls
Each Scheduler control found in a window proposes a menu to the user....
HRecordToString (Function)
Converts the content of the current record to string (in a data file, HFSQL view, query, etc.).