ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WDDeploy: Deploy a static or PHP site
To install the files of a static site on a Web server...
Debugging in PHP
A site generated in PHP can be debugged in standard WEBDEV mode...
WDDeploy features
WDDeploy is a tool used to easily deploy static or PHP sites...
The RTF edit control: Automatic formatting toolbar
In RTF Edit controls, a formatting toolbar can now be automatically displayed when the control becomes editable......
mlzInsertLine (Function)
Inserts a new dynamic row in a Multiline Zone control.
EmailReadLastHeader (Function)
Reads the header of last incoming email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
VariableReset (Function)
Resets the variable to its initial value.
EmailReadFirstHeader (Function)
Reads the header of the first incoming email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
EmailReadPreviousHeader (Function)
Reads the header of the email found before the current email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
Spreadsheet control properties
A Spreadsheet control and its cells can be handled in a window or in a report by the following WLanguage properties......
Managing geolocation and GPS
WINDEV Mobile and WEBDEV allow you to exploit geolocation and GPS features found on mobile devices and browsers.
sfError (Type of variable)
The sfError type is used to find out the characteristics of an error returned by Salesforce...
BitwiseAND (Function)
Returns the result of the bitwise AND between two values.
KanbanDeleteList (Function)
Deletes a list from a Kanban control.
HBuildKeyValue (Example)
Usage example of the HBuildKeyValue function
Constants for managing arrays
List of constants used by the functions for array management....
HLockRecNum (Function)
Locks a record and restricts the access to this record for all the other applications.
ListPosition (Function)
Displays a List Box or ListView control from a specified element or returns the index of the first element displayed in a List Box control (if the scrollbar was used).
Tiff (Type of variable)
The Tiff type is used to define the advanced characteristics of a TIFF image.
Summary table: Installing an application developed in WINDEV
When developing an application, one of the important steps consists in deploying this application on the user computers......
Creating the skin template of a report
Serialization constants
The serialization constants are as follows:
XMLAddAttribute (Function)
Adds an attribute into an XML document.
XMLAddChild (Function)
Adds a child tag into an XML document.
XMLBuildString (Function)
Retrieves and formats the content of an XML document (created by XMLDocument and modified by the XML functions).
BufferToReal (Function)
Extracts a real from a binary buffer at a given position.
Video functions
List of video functions...
iParameterPDF (Example)
Usage example of the iParameterPDF function