ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

PolygonGeo (Variable type)
The PolygonGeo type is used to define all the advanced characteristics of a geographic polygon.
FileToPage (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the data file described in the data model editor. This operation is performed regardless of the state of the controls (grayed, inactive or invisible). the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
HChangeLogDir (Function)
Modifies the location of log files corresponding to an HFSQL data file.
Extension procedure
By using extension procedures, you can add your own WLanguage procedures to different types of variables (string, date, color etc.)......
SourceFromPage (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. the value of the WLanguage variables with the value of the page controls....
mongoWriteConcern (Variable type)
The mongoWriteConcern type is used to define the level of acknowledgment of receipt requested for the write operations in a stand-alone mongod, in a set of replicas or in fragmented clusters.
HNext (Function)
Sets the position on the next table record according to a browse item.
memcachedConnection (Variable type)
The memcachedConnection type is used to define the characteristics of a connection to a Memcached server.
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....
Managing Bluetooth Low Energy devices
The Bluetooth LE standard (for Low Energy) is used to manage devices with low energy consumption......
TableCount (Function)
Returns: the number of columns found in a Table or TreeView Table control. the number of rows found in a Table or TreeView Table control....
BuildBrowsingTable (Function)
Creates a Table control from the items of a data file (view or query).
SocketRead (Function)
Retrieves a message sent by another socket.
Break in a Looper control
A break in a Looper control is used to group the data corresponding to one or more arguments......
Events associated with an Organizer control
The following events are associated with Organizer controls:...
TreeView Table control based on a data file
This type of TreeView Table control is linked to a data file or query......
MVP overview: Model - View - Presenter
MVP is the acronym for MODEL - VIEW - PRESENTER......
Testing and debugging a project on the development computer
The test of the entire project allows you to simulate the start of the application with the executable......
Choosing the languages supported by the application
The choice of languages supported by the WINDEV or WINDEV Mobile application or by the WEBDEV site is performed at several levels......
BurnerAddDirectory (Function)
Adds all the files found in a directory to the compilation.
Serialize (Function)
Transforms the following elements into a specific format: a structure (and its subelements), a class (and its subelements), an array (including the associative arrays), a queue, a stack, a list....
Testing and debugging an application on an Android device
All developers appreciate the possibility to debug an application directly on the device......
Using data from an external database
WINDEV Tutorial - External database Using data from an external database - 40 min