ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

SQLChangeConnection (Function)
Modifies the current connection.
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....
SocketWrite (Function)
Writes a message intended to another socket.
Creating the Form windows of a WINDEV RAD pattern
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.
ArrayDeleteAll (Function)
Deletes all elements: from a one-dimensional or two-dimensional WLanguage array. from an associative array. from an advanced array property (array of gglCalendar events, etc.). from a WLanguage queue. from a WLanguage stack. from a WLanguage list....
Events associated with the Map control
WINDEV, WINDEV Mobile and WEBDEV manage the following events by default (order of appearance in the code editor)...
Title (Property)
The Title property is used to: Get the title of a Table control column, a Chart control, a window or a page Change the title of a Table control column, a Chart control, a window or a page....
2. Projects in practice
Discover the main operations that can be performed on a project....
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....
StringIncrement (Function)
Increments a number at the beginning or at the end of a string.
RGB (Function)
Defines a color from its Red, Green and Blue components.
fDelete (Example)
Usage example of the fDelete function
Events associated with internal windows
List of events associated with internal windows...
Vertical (Property)
The Vertical property is used to: determine if a control is oriented horizontally or vertically. change the orientation of Table and Looper controls (switch from vertical to horizontal and conversely)....
ListDeleteAll (Function)
Clears a List Box, ListView or Combo Box control populated programmatically.
geoDistance (Function)
Returns the distance between the two locations. This distance is expressed in meters by default.
Timer (Function)
Periodically and automatically calls a WLanguage procedure.
zipAddFile (Example)
Usage example of the zipAddFile function
fSize (Example)
Usage example of the fSize function
HLast (Function)
Sets the position on the last record of a table according to a browse item.
ListDelete (Function)
Deletes an element from a List Box, ListView or Combo Box control populated programmatically.