ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

DateSys (Function)
Returns or modifies the system date (current date defined on the current computer).
StatError (Function)
Returns the error number for the last error caused by a Statxxx function (statistical functions).
AnchorRateBottom (Property)
The AnchorRateBottom property is used to: Find out the anchor rate when a control moves on the vertical axis. Modify the anchor rate when a control moves on the vertical axis....
zipOpen (Example)
Usage example of the zipOpen function
Break in a Table control
A break in a Table control is used to group the data corresponding to one or more arguments......
UI audit: Detect obsolete features
The lifecycle of some projects span several years......
12. External component in practice
Add (Function)
Adds an element in last position: of a one-dimensional WLanguage array. of an advanced array property (array of events of gglCalendar, etc.). from a WLanguage list....
fAttribute (Function)
Returns or modifies the attributes of a file.
AddLine (Function)
Adds a row at the end: of a one- or two-dimensional WLanguage array. of a two-dimensional array property of a variable type (xlsDocument variable for example)....
fRename (Function)
Modifies the name of a file.
TimeSys (Function)
Returns or modifies the system time (current time defined for the current computer).
Power (Function)
Raise a number to a power.
ChronoValue (Function)
Indicates the time elapsed (in milliseconds) since the call to ChronoStart.
iPageHeight (Function)
Calculates the height of printable page (in millimeters) while taking the top or bottom margins into account.
iPageWidth (Function)
Calculates the width (in millimeters) of the printable page while taking the left or right margins into account.
URLExtractPath (Function)
Returns the different elements of a URL: protocol, user, password, domain, port, resource path, resource name, resource extension, request and fragment.
Socket management functions
List of functions for managing sockets...
Image control properties
The Image controls include properties that can be handled in WLanguage both in the windows and pages but also in the reports......
List Box control properties
You can manipulate List Box controls in a window or page using the following WLanguage properties......
FTPCommand (Function)
Sends a specific FTP command to a server.
dSaveImageBMP (Function)
Saves an image: in a file in BMP format. in memory....
CommonLength (Function)
Returns the number of common characters between two strings (from the beginning or from the end of the string).
Heatmap chart
The Heatmap chart is used to represent in 2 dimensions data with 3 axes of values......
Characteristics of the columns in a Table control in a window
The columns are used to display information in a Table control......