ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

grInterval (Function)
Indicates the interval between values on the vertical and horizontal axis of a chart.
Lower (Function)
Converts all characters in a string to lowercase according to the region settings defined in Windows.
MatReadColumn (Function)
Reads the value of all the elements found in a matrix column.
HClose (Function)
Closes a data file or all the data files opened by the current user: all the corresponding physical data files are closed for the current user.
grLegend (Function)
Indicates the presence and position of legend in a chart.
grLabel (Function)
Indicates various parameters of additional legend in a chart.
dbgAssert (Function)
Used to find out and signal the possible errors via an assertive programming.
grColumnSpacing (Function)
Indicates the spacing between each data category in a column chart or in a Minimum/Maximum stock chart....
diffCreate (Function)
Compares two buffers and creates a buffer containing the differences between these two buffers.
Importing/Consuming web services
WINDEV, WEBDEV and WINDEV Mobile allow you to directly import Webservices into your applications......
ExeInfo (Function)
Retrieves the specified information about the version of an executable or DLL.
DelayBeforeClosing (Function)
Limits the display duration of a window or dialog box. If no user action is performed, when the specified amount of time is reached: for a window, the code of a window button will be run. for a dialog box, the dialog box is automatically closed....
BTAcceptConnection (Function)
Used to find out whether a Bluetooth radio accepts (or not) the requests for connection coming from the devices.
NoCharacter (Function)
Returns a string after removing the specified leading and trailing characters.
Delete (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....
CharactUnicode (Function)
Returns the character corresponding to the specified Unicode code.
EventCreate (Function)
Creates an event.
IntegerToDayInAlpha (Function)
Returns the name of the day that corresponds to a specified date (this date is an integer).
diffApply (Function)
Applies a difference buffer to a specific buffer.
FontMinSize (Property)
The FontMinSize property is used to get and change the minimum size of the font used in a Static control with the "Reduce font" option.
HState (Function)
Used to find out the state of a record.
SocketWrite (Function)
Writes a message intended to another socket.
Multitask (Function)
MultiTask is used to: define a timeout, give control back to Windows, give control back to Windows and to WLanguage....
dbgCheckEqual (Function)
Checks whether the expressions are equal in assertive programming and in automated test mode.
MatError (Function)
Identifies the type of the last error caused by a Matxxx function (functions for matrix management).