ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ColorLightness (Function)
Calculates the lightness of a color.
Month (Property)
The Month property is used to: Retrieve the month from a Date or DateTime variable. Modify the month in a Date or DateTime variable. Retrieve the month from a Date item (in "Simple date" or "Date and Time" format) Modify the month in a Date item (in "Simple Date" or "Date and Time" format)...
Today (Function)
Returns or modifies the system date (date of the day defined on the current computer).
Tilt (Property)
The Tilt property gets or sets the tilt of the map displayed in a Map control.
SQLFetch (Function)
Goes to the next row (i.e next record) of the query result.
geoDistance (Function)
Returns the distance between the two locations. This distance is expressed in meters by default.
MatDeterminant (Function)
Calculates the determinant of a square matrix (the number of rows is equal to the number of columns).
MatRead (Function)
Reads the value of a matrix element.
GetColor (Function)
Allows you to get a set of harmonious colors without having to use a table of colors.
ListInsert (Function)
Inserts an element into a List Box, ListView or Combo Box control populated programmatically.
2. Development
WINDEV Mobile tutorial: Developing an Android and iOS application Lesson 2 - Development - 30 min
ColorSaturation (Function)
Calculates the saturation of a color.
FTPGet (Function)
Transfers a file or directory from an FTP (File Transfer Protocol) server to the current computer.
zipPassword (Function)
Defines the password used to add files to the specified archive and to extract files from the specified archive (RAR, ZIP and WDZ format).
iPrintReport (Function)
Prints a report created with the report editor.
GetGUID (Function)
Calculates a globally unique identifier (named "GUID"), whose size is: equal to 16 bytes, which means 32 hexadecimal characters. equal to 32 bytes, which means 64 hexadecimal characters....
The Map control
The Map control allows you to display a map in order to geolocate, create a route, display points of interest (POI) and more....
NumberColumn (Property)
The NumberColumn property is used to: Get the number of columns in Table, Check Box, Radio Button controls, etc.. Set the number of columns in a multi-column List Box control....
1. Project audits
WINDEV Tutorial: Optimizing a project Lesson 1 - Project audits - 15 min
Truncate (Function)
Truncates the right part of a string or buffer.
RegexSearch (Function)
Searches for all the parts of a string that match a specific format.
fDirAttribute (Function)
Returns or modifies the attributes of a directory.
DateToDayInAlpha (Function)
Returns the name of the day that corresponds to a specified date.
WordToArray (Function)
Fills an array with the words from a string.