ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

SysDateTime (Function)
Returns or modifies the system date (current date and time defined on the current computer).
SQLChangeConnection (Function)
Modifies the current connection.
RGB (Function)
Defines a color from its Red, Green and Blue components.
ExeInfo (Function)
Retrieves the specified information about the version of an executable or DLL.
MatNbColumn (Function)
Returns the number of columns found in a matrix.
MatNbLine (Function)
Returns the number of rows found in a matrix.
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....
ScrollWithFinger (Property)
The ScrollWithFinger property is used to: Determine if the content of a control can be moved with the finger ("finger scrolling"). Enable or disable touch-responsiveness for a control....
HexaToBuffer (Function)
Converts a string with hexadecimal bytes to a binary buffer.
XMLPath (Function)
Returns the current position in the document in XPATH format.
iPrintImage (Function)
Sends the image file to print to the print buffer.
ArraySeekByProcedure (Function)
Seeks an element in a one-dimensional WLanguage array by using a comparison procedure.
fSize (Function)
Returns the size of a file (in bytes).
SQLDisconnect (Function)
Closes the current connection and frees the memory used by the connection.
ArrayDelete (Function)
Deletes an element at a given position: from a one-dimensional WLanguage array. from an advanced array property (array of gglCalendar events, etc.). from an associative array. from a WLanguage list....
ExceptionThrow (Function)
Artificially triggers the security mechanism of WLanguage by throwing an exception.
User Groupware (WINDEV and WEBDEV): Options and settings
An application is often intended to be used by several users connected via a network......
EnumerationFromName (Function)
Returns an enumeration value known by its name.
CombinationFromName (Function)
Returns a combination of one or more options known by their names.
ExtractLine (Function)
Extracts a specific line from a character string.
Multi-touch in an Image control
One of the most common applications of the multi-touch feature is used to handle images......
AuthIdentify (Function)
Performs an authentication using the OAuth 2.0 protocol on any webservice.
fWriteLine (Function)
Writes a line into a text file (ANSI or UNICODE).
fClose (Example)
Usage example of the fClose function