ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MatFloatAdd (Function)
Adds a value to each matrix element.
geoDistance (Function)
Returns the distance between the two locations. This distance is expressed in meters by default.
ExeInfo (Function)
Retrieves the specified information about the version of an executable or DLL.
fWriteLine (Function)
Writes a line into a text file (ANSI or UNICODE).
RoundCeil (Function)
Returns: the value rounded up to the nearest integer. the duration rounded up to the nearest interval. the date and time rounded up to the nearest interval....
fSize (Function)
Returns the size of a file (in bytes).
MatNbColumn (Function)
Returns the number of columns found in a matrix.
MatNbLine (Function)
Returns the number of rows found in a matrix.
XMLPath (Function)
Returns the current position in the document in XPATH format.
SysDateTime (Function)
Returns or modifies the system date (current date and time defined on the current computer).
ReturnToCapture (Function)
Stops the current process and forces the input in the specified control, window or page.
Enumeration (Type of variable)
An enumeration is a set of values......
AuthIdentify (Function)
Performs an authentication using the OAuth 2.0 protocol on any webservice.
dTextMarkdown (Function)
Draws Markdown text: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable]....
Events associated with the Map control
WINDEV, WINDEV Mobile and WEBDEV manage the following events by default (order of appearance in the code editor)...
User Groupware (WINDEV and WEBDEV): Options and settings
An application is often intended to be used by several users connected via a network......
ArrayReverse (Function)
Reverses the content of a one-dimensional array.
XMLChildExist (Function)
Specifies whether the current tag has children corresponding to the sought type (tag, attribute, ...).
InWebserviceMode (Function)
Used to find out whether the execution is in progress in the AWWS engine.
Manipulating a Layout control programmatically
A Layout control can be......
iRoundBorder (Function)
Prints a border with rounded outlines at specified coordinates.
ArrayMoveLine (Function)
Allows you to: move a row in a two-dimensional array or in an advanced array property. The other array rows are moved accordingly. swap two rows in a two-dimensional array or in an advanced array property....
Truncate (Function)
Truncates the right part of a string or buffer.
Color (Property)
The Color property is used to get or change the font color for: a Font variable. a text displayed in a Static control or in a calculated control of a report. a text displayed in a window control. a text displayed in a page control....
Character strings
WLanguage supports different types of strings....