ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HTMLEditorToEmail (Function)
Exports the content of an HTML Editor control to an Email variable (to send the email).
HExecuteQueryAsynchronous (Function)
Executes a SELECT query asynchronously.
fTime (Example)
Usage example of the fTime function
Page constants
List of constants used by page functions....
The Switch control
Switch controls (also called "Toggle controls") are now commonly used in interfaces......
HTTPRequest (Example)
Usage example of the HTTPRequest function
hdfsStatus (Type of variable)
The hdfsStatus type is used to define the advanced characteristics regarding the status of an element (file, directory, link) in the Hadoop file system.
iNestedHeaderFooter (Function)
Prints (or not) the page headers and footers of nested report.
FOR EACH/FOR ALL statement (loop through files)
The FOR EACH statement is used to run different types of HFSQL loops...
CoordinateEditorToScreen (Function)
Converts a size or a position specified in the reference dpi in the editor (160 dpi) to the native dpi of screen on the device where the application is run.
TotalNbRec (Property)
The TotalNbRec property is used to: Get the number of records to be printed. Change the number of records to be printed....
FTPDate (Function)
Returns the different dates of a file (date the file was created, modified or accessed) located on an FTP server (File Transfer Protocol).
WebSocketClientConnect (Function)
Establishes a connection between the client and a WebSocket server.
LooperDisplay (Function)
Refreshes a Looper control based on a data file from a given position: the modifications performed in the linked file are applied to the looper.
HTTPTimeOut (Function)
Sets the timeout for WLanguage functions that use the HTTP protocol (HTTPRequest, SOAPExecute, DotNetExecute, J2EEExecute, etc.).
EmailStartSMTPSession (Function)
Starts a session for sending emails with the SMTP protocol.
XMLExecuteXPath (Function)
Executes an XPATH query: in an XML document. in an xmlDocument variable....
2. Analysis in practice
XMLRead (Function)
Returns the value of an XML element or the value of the attribute for an XML element.
SOAPEncodeResult (Function)
Used to configure the format of the value returned by the WINDEV SOAP server to the SOAP client program.
Constants for managing MongoDB databases
Constants used by the Mongoxxx functions...
ControlInvisible (Function)
Makes a control (or a group of controls) invisible in a window. An animation can be set on the controls during this operation.
ParallelTaskExecuteAfter (Function)
Indicates a continuation parallel task that will be run when one of the specified parallel task is completed.