ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Connection variable>.RetrieveBackup (Function)
Retrieves locally the content of a compressed backup (in ZIP format) performed on an HFSQL server.
ListMoveLine (Function)
Moves a row or swaps two rows in a List Box or Combo Box control.
<List Box>.MoveLine (Function)
Moves a row or swaps two rows in a List Box or Combo Box control.
<zipArchive variable>.ChangePath (Function)
Modifies the stored path of a file in an archive (in ZIP, WDZ or 7z format).
<zipArchive variable>.FindFile (Function)
Finds a file in an archive (in CAB, ZIP, RAR, WDZ or 7z format).
iPageHeight (Function)
Calculates the height of printable page (in millimeters) while taking the top or bottom margins into account.
Customize your charts: type, color, legends, etc.
The Looper control
A Looper control is used to repeat the controls found in a specific area......
Properties of a help page
The characteristics of a help page are used to define......
Sending and receiving emails
WINDEV, WEBDEV and WINDEV Mobile allow you to directly manage the emails from your applications......
zipCompressionLevel (Function)
Changes the compression level used when creating an archive in ZIP format or in 7z format.
ArrayToString (Function)
Converts a one- or two-dimensional array to a character string.
TableSwapBranch (Function)
Swaps the content of two rows (as well as their respective tree structure) in a TreeView Table control.
9. Types of standard controls
Types of standard controls...
<TreeView Table>.SwapBranch (Function)
Swaps the content of two rows (as well as their respective tree structure) in a TreeView Table control.
fTime (Function)
Returns or modifies the different times associated with a file or directory (date created, modified or accessed).
HOptimizeQuery (Function)
Optimizes the Select queries by using idle times when handling an application (period without processes).
The different types of buttons in a window
WINDEV and WINDEV Mobile include 5 types of buttons......
MakeInteger (Function)
Builds a 4-byte integer from two 2-byte integers.
Screen,Coordinate (External language)
Retrieves the coordinates of the control in relation to the top left border of the window as well as the physical size of a control.
Screen,Raz (External language)
Resets to zero (for a numeric control) or clears (for the other types of controls) the content of the controls found in the current window.
InsertColumn (Function)
Inserts a column at a given position into an advanced two-dimensional array property (xlsDocument, ...).
dAlphaBlend (Function)
Blends two images together. This allows you to create fade-in effects between 2 images.
geoRunApp (Function)
Starts the device's native maps application to display: a specific geographical location, a route between two locations....
Managing MQTT
MQTT is a "publish-subscribe" messaging protocol based on the TCP/IP protocol......