ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SSL: Secure transactions with WEBDEV
When using an Internet application, the data circulating between the computer of the Web user and the Web server is not protected......
Duration (Type of variable)
The Duration type enables you to easily handle the intervals of dates and times...
<Array>.Insert (Function)
Inserts an element at a given position: into a one-dimensional array. into an associative array. into an advanced array property (array of gglCalendar events, etc.). into a WLanguage list....
<Array>.DeleteLine (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....
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....
Native Progress Connector: Programming with HFSQL functions
To use a Progress database with the Native Connector, you must ......
Insert (Function)
Inserts an element at a given position: into a one-dimensional WLanguage array. into an associative array. into an advanced array property (array of gglCalendar events, etc.). into a WLanguage list....
gStoredValue (Function)
Adds an "invisible" value to an element in a List Box, Combo Box or Scheduler control.
MinValue (Property)
The MinValue property is used to: get and set the bottom value of a report based on a data file. get the minimum value of the current filter. get the minimum value of a data series in a chart. get and set the minimum value for some types of controls....
Execute (External language)
Runs the code of a control or the code of a procedure in WLanguage.
Error 1009: The member of the class is private
Sharing internal components (via SCM)
An internal component is a set of elements from a project......
Importing elements into a project
All the elements handled by a project (window, report, classes, set of procedures, queries, ......
WDInst: components and setup models
By default, the setup program installs all the specified files on the setup computer......
Printing a report in WEBDEV
When creating a report, the test of this report can be run from the report editor. You also have the ability to include this report in your sites. The Web user will have the ability to print the report from a button, a menu option, ... for example....
ListSelectPlus (Function)
Selects one or more elements in a List Box, ListView or Combo Box control.
JSEvent (Function)
Associates a browser procedure with an event on an object in browser code.
<List Box>.Seek (Function)
Seeks an element in a List Box control (standard List Box or ListView) or in a Combo Box control (including the values described by gLink).
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....
Using the Wi-Fi
WINDEV and WINDEV Mobile propose the WiFi functions to easily access the Wi-Fi networks......
<Array>.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....
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....
14. PHP generation in practice
Upload control properties
The Upload control can be handled in server code and in browser code by the WLanguage properties......
Chrono (Type of variable)
The Chrono type is used to define all the advanced characteristics of a stopwatch.