ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

iPrintImage (Function)
Sends the image file to print to the print buffer.
EmailCloseSession (Function)
Closes an email management session depending on the selected mode (SMTP/POP3, IMAP, MS Exchange or Lotus Notes)....
DeleteLine (Function)
Deletes a line at a given position: from a two-dimensional array. from the advanced array property (array of gglCalendar events, etc.)....
ArrayToCSV (Function)
Converts a one-dimensional array or a two-dimensional array into a character string in CSV format.
dbgError (Function)
Provokes: an assertion during the test of element or project (Go mode). an error in automated test mode....
EmailListFolder (Function)
Returns the list of folders: found in the Outlook messaging software. for an IMAP session....
FileToMemory (Function)
Automatically initializes the values of the members found in a class or in a structure with the values of the items of the current file record.
Referring to an element in a WLanguage event / process
Marker (Type of variable)
The Marker type is used to define the characteristics of a marker that must be positioned on a map displayed in a Map control.
HDeclareExternal (Example)
Usage example of the HDeclareExternal function
fReadLine (Function)
Reads a line from an external file (ANSI or UNICODE).
Code style
A code style is used to automatically prefix the name of all the variables and project elements (windows, report controls, classes, etc....
FontSize (Property)
The FontSize property is used to: Identify the size of the font used in a control. Change the size of the font used in a control....
Binding an Image control to an item
An Image control can correspond to an item found in a data file, in a query, ......
zipExtractDirectory (Function)
Automatically extracts and decompresses files from a directory in the file tree of an archive to a physical location.
grDraw (Function)
Draws a chart according to the specified parameters.
HDescribeFile (Function)
Describes a table programmatically.
geoPosition (Type of variable)
The geoPosition type is used to handle geographic positions via WLanguage geolocation functions.
zipAddFileList (Function)
Adds a list of files (of any type) into an archive in ZIP, CAB, WDZ or 7z format and compresses it.
Buffer (Type de variable)
The Buffer type corresponds to a binary memory area.
Password (Property)
The Password property sets and changes the password.
ActionClick (Property)
The ActionClick property is used to define the procedure executed when an element is clicked.
EmailReadNext (Example)
Usage example of the EmailReadNext function