ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

dFill (Example)
Usage example of the dFill function
ZOrder (Example)
Usage example of the ZOrder property
The Ad control
The Ad control is used to monetize an Android application by displaying an ad banner that generates incomes according to the number of clicks performed by the application users....
LooperAddLine (Function)
Adds a row at the end of a Looper control.
Creating a replication
To understand the operating mode of ReplicEdit, we are going to create a replication by using a simple example......
OpenSSLCheck (Function)
Checks, via a public key, that the signature of data performed with the OpenSSL library is correct.
xlsData (Function)
Retrieves the content of a cell found in an XLS file.
Constants for managing the registry
List of constants used by the registry management functions....
fImageSelect (Example)
Usage example of the fImageSelect function
grSurfaceAddData (Example)
Usage example of the grSurfaceAddData function
grSurfaceAltitudeColor (Example)
Usage example of the grSurfaceAltitudeColor function
Sending elements to Free Technical Support
SNMPLoadMIB (Function)
Loads a MIB file in memory and analyzes it.
JWTParameters (Type of Variable)
The JWTParameters type allows you to define all the information necessary to perform JTW authentication.
Multiline Zone control properties
A Multiline Zone control and the lines of a Multiline Zone control can be handled in a window by the following WLanguage properties.
ListModify (Function)
Modifies an element in a List Box, ListView or Combo Box control populated programmatically.
Tile (Type of variable)
The Tile type is used to defined all the advanced characteristics of a tile for an application in Universal Windows 10 App mode.
TreeExpandAll (Function)
Expands a node and all its child elements in a TreeView control.
RadioButtonAdd (Function)
Adds a new option into a Radio Button control.
mongoGridFSFileInfo (Type of variable)
The mongoGridFSFileInfo type is used to define the advanced characteristics of a file in a MongoDB database.
WinScreenRectangle (Example)
Usage example of the WinScreenRectangle function
SQL set operations: UNION, UNION ALL and INTERSECT
SQL allows performing set operations on groups of files......
EmailStartSMTPSession (Function)
Starts a session for sending emails with the SMTP protocol.
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.
DnDAccept (Example)
Usage example of the DnDAccept function