ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MatInvert (Function)
Calculates the inverse of a square matrix.
WinAdaptSize (Function)
Adapts the window size to the content of controls.
SocketCreateUDP (Function)
Creates a socket that uses the UDP protocol.
SQLTransaction (Function)
Begins, commits or rolls back a transaction: on the files of a database opened by SQLConnect, on the files of a database opened by a connection (OLE DB or Native Access/Native Connector) described in the data model editor or by HOpenConnection....
HashCheckString (Function)
Checks the Hash of a character string for a specific type of algorithm.
DurationToString (Function)
Converts a duration to a character string in the specified format.
WINDEV Mobile 2025: New WLanguage features
In version 2025, new functions, properties and data types have been introduced and some have been improved, ......
DateToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date.
GPSStatus (Function)
Retrieves the activation status of the geolocation provider or asks to be notified when the status changes.
StatAverageDeviation (Function)
Calculates the average deviation of values in relation to their arithmetic mean.
StatStandardDeviation (Function)
Calculates the standard deviation for a series of values.
The Organizer control
The Organizer control is used to display and handle organizers......
RETURN statement
The RETURN statement is used to exit a statement block and the current process (or procedure).
ColorSaturation (Function)
Calculates the saturation of a color.
ColorLightness (Function)
Calculates the lightness of a color.
CommonLength (Function)
Returns the number of common characters between two strings (from the beginning or from the end of the string).
Managing WebSockets
The WebSockets are used to communicate from a Web application (Intranet or Internet site run in a browser) to a Web server by using sockets......
ControlToSource (Function)
Assigns the control value to the source of a control link.
fDelete (Function)
Deletes a file accessible from the current computer.
zipOpenRAR (Function)
Opens an existing archive in RAR format.
RegexSearch (Function)
Searches for all the parts of a string that match a specific format.
XMLNamespaceURI (Function)
Returns the URI of the namespace associated with the current tag in an XML document.
XMLNamespace (Function)
Returns the prefix of the namespace associated with the current tag in an XML document.