ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ExeListProcess (Function)
Returns the list of applications currently run.
TableSelectPlus (Function)
Selects a row in a Table or TreeView Table control.
HTTPDestination (Function)
Indicates the backup file for the result of next HTTP request, run in the same thread.
Customizing the Switch controls
The Switch control is a 2-state Check Box control (on/off, true/false, yes/no)......
SocketClientInfo (Function)
Allows the server to get information about the current client socket.
modbusSession (Type of variable)
The modbusSession type is used to identify a connection to a Modbus server.
grSurfaceAddData (Example)
Usage example of the grSurfaceAddData function
grSurfaceAltitudeColor (Example)
Usage example of the grSurfaceAltitudeColor function
httpRequest (Type of variable)
The httpRequest type is used to retrieve the advanced characteristics of an HTTP/HTTPS request....
5. Loops
WINDEV Tutorial - WLanguage basics Lesson 5 - Loops - 15 min
TableEnumColumn (Function)
Returns the name of a column found in a Table or Treeview Table control.
GetCountryList (Function)
Returns the list of countries according to the ISO 3166-1 standard.
fWrite (Function)
Writes: a character string into an external file. a memory section....
FontUnderlined (Property)
The FontUnderlined property is used to: Determine if the text is underlined. Underline (or not) a text....
H.SQLServerMode (Variable)
Allows you to specify the version of the Native SQL Server Connector that will be used.
WDSQL: Running an SQL query
WDSQL is used to run all the SQL queries created by WDSQL......
DDEStart (Function)
Starts the execution of a program (an executable for example) from the current application.
ArrayDeleteLine (Function)
Deletes a row at a given position: from a two-dimensional array. from the advanced array property (array of gglCalendar events, etc.) The array size is automatically reduced....
Creating the menus for the windows of the WINDEV RAD pattern
Filtering the headers and the content of a Pivot Table
By default, the entire data found in the data files is taken into account when calculating the content of a Pivot Table control......
MapAddMarker (Function)
Adds a new marker onto a map displayed in a Map control.
IntegerToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date (this date is an integer).
The Sliding Banner control
The Sliding Banner control is used to display several contents successively, either automatically, or further to an action performed by the Web user......
ServiceRestart (Function)
Restarts a service (already started).
LooperPosition (Function)
Moves the scrollbar to display a specific row or returns the index of the first row displayed in a Looper control populated programmatically.