ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Server code/Browser code
WEBDEV allows you to create static pages and dynamic pages...
Set of procedures
The global procedures are grouped in set of procedures...
Accessing a database in local mode (SQLite)
WEBDEV allows a site to create and access a database created by the browser on the computer of the Web user in browser code.
16. Types of code
Global procedure/function
A global procedure can be used in all the processes or events of the project.
Local procedure
Two types of procedures are available...
SQLDisconnect (Function)
Closes the current connection and frees the memory used by the connection.
Slider control properties (in a page)
A Slider control and a Range Slider control found in a page can be handed in WLanguage by the following properties.
XMLToText (Function)
Converts a character string in XML format into a standard character string.
dInvertColor (Function)
Inverts the colors: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
Round (keyword)
The Round keyword can correspond to...
dRotation (Function)
Performs a rotation: of an Image control. of an Image variable. of a picLayer variable....
Hour (Property)
The Hour property is used to: Get the time from a variable of type Time or DateTime, or the number of hours from a variable of type Duration. Change the time in a variable of type Time or DateTime, or the number of hours in a variable of type Duration. Retrieve the time or the number of hours from a Date item (in "Date and time" or "Duration" format) or from a Time item. Modify the time or the number of hours in a Date item (in "Date and time" or "Duration" format) or in a Time item....
SQLColumn (Function)
Returns the characteristics of all the columns (or items): for a given table. for a given query....
ListAdd (Function)
Adds an element to a List Box, ListView or Combo Box control populated programmatically.
SeekByProcedure (Function)
Seeks an element in a one-dimensional array by using a comparison procedure.
SwapLine (Function)
Used to swap two rows in a two-dimensional array or in an advanced array property.
XMLExtractDocument (Function)
Creates a new XML document from an existing XML document.
XMLRestorePosition (Function)
Restores the previously saved context of an XML document.
CurrentMonth (Function)
Returns the number of the current month.
Move (Function)
Allows you to: move an element in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.). The other array elements are moved accordingly. swap two elements in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.)....
DashCount (Function)
Returns the number of widgets found in a Dashboard control.
Dashboard control functions
The list of functions for managing Dashboard controls is as follows......
Table control functions
List of functions specific to Table controls...
DeleteAll (Function)
Deletes all the 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....
MapModifyMarker (Function)
Modifies a marker displayed in a Map control.
ToolTipTitle (Property)
The ToolTipTitle property gets and sets the text displayed in the tooltip associated with the column title of a Table control. This tooltip only appears when the Table control column title is hovered over.
SQLGetCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
XMLExtractString (Function)
Extracts the content of a tag found in an XML document.
ArraySwapLine (Function)
Used to swap two rows in a two-dimensional array or in an advanced array property.
WordCount (Function)
Returns the number of words in a string.