ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<emailNotesSession variable>.CloseSession (Function)
Closes a Notes session.
EmailLoadAttachment (Function)
Adds an attached file to an email.
CountryList (Function)
Returns the list of all countries or countries of a given continent according to ISO 3166-1.
<htmlNode variable>.ModifyAttribute (Function)
Adds or changes an attribute of the current node of the HTML document.
Server (Property)
The Server property is used to manage the data source of a connection (HFSQL Client/Server, OLE DB, etc.)....
Color constants
The color constants are mainly used in the chart functions, the print functions and the drawing functions......
<emailPOP3Session variable>.NbMessage (Function)
Returns the number of incoming messages on the email server (POP3 protocol only).
<emailOutlookSession variable>.CloseSession (Function)
Closes an Outlook session.
geoGetAddress (Function)
Retrieves an address or a list of addresses corresponding to the description of a geographic location.
MongoGridFSGetFileInfo (Function)
Allows you to get information about a MongoDB file (gridFS).
MongoGridFSDeleteFileByID (Function)
Deletes a file identified by its identifier from a MongoDB file system.
MongoGridFSDeleteFile (Function)
Deletes a file identified by its name from a MongoDB file system.
Step 1: Choosing the deployment profile
The setup program creation wizard allows you to select the deployment profile to use......
HTTPSend (Function)
Sends an HTTP request and waits for the response from the HTTP server.
Application patch
Once an application was installed, the application library had to be reinstalled whenever a modification was performed (WDL file)......
ColorPalette (Function)
Returns a color found in the current palette.
Constant
The constants are language elements whose value is fixed once and for all...
CaseSensitive (Property)
The CaseSensitive property is used to determine if the different searches performed on the item distinguish between uppercase and lowercase characters (with HReadSeek, HReadSeekFirst and HReadSeekLast, for example).
AccentSensitive (Property)
The AccentSensitive property is used to determine if accented characters are taken into account in the different searches performed on the item (with HReadSeek, HReadSeekFirst and HReadSeekLast, for example).
Management errors specific to Native Connectors
When an HFSQL function fails (returns False for example), the corresponding error number is returned by HError......
Modbus functions
List of Modbus functions...
CapsLockVerify (Function)
Checks whether the CapsLock key is pressed.
StringDisplay (Function)
Returns a specific string (or a buffer) to the client browser in response to a request.
<Array>.Insert (Function)
Inserts an element at a given position: into a one-dimensional array. into an associative array. into an advanced array property (array of gglCalendar events, etc.). into a WLanguage list....
<Array>.Reverse (Function)
Reverses the content of a one-dimensional array.