ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

The "Line" charts
In the line charts, the data is interpreted as successive y coordinates of points......
Page templates
WEBDEV allows you to create page templates......
Shared memory areas
WINDEV, WEBDEV and WINDEV Mobile allow you to handle shared memory areas......
Consuming a web service
WINDEV Tutorial: Consuming a web service Consuming a web service - 10 min
<Source>.ChangeDir (Function)
Changes the path to a data file (i.e. directory in which the file will be handled).
Two-level setup
The two-level setup (or multisite setup) combines: a reference network setup deployed on a local network. an HTTP setup used to update the reference setup on the local network....
Custom properties (WLanguage)
A custom property is a code element with two events......
Advanced management of class instances
The advanced management of instances is used to choose the mode for taking reference. This choice directly impacts the freeing of the class objects: depending on the selected take of reference, the "Destructor" will not be called at the same time....
Dialog (Function)
Displays a message box and returns the value of the button clicked by the user.
Managing rights on HFSQL Client/Server
To ensure data security and confidentiality, some actions may be restricted to a group of users......
Permission constants
Renvoie une ou toutes les permissions déclarées par l'application....
Buffer (Type de variable)
The buffer type corresponds to a binary memory area....
The options of the User Groupware
An application is often intended to be used by several users connected via a network......
The Radio Button control
The Radio Button control is a control allowing the user to select an option among several ones......
Constants for managing the registry
List of constants used by the registry management functions....
Passing parameters
The parameters can be passed to a procedure......
Creating a strong-named .NET assembly
To create a strong-named .NET assembly ......
Managing geolocation and GPS
WINDEV Mobile and WEBDEV allow you to exploit geolocation and GPS features found on mobile devices and browsers.
SQLLock (Function)
Used to lock: The entire data table, in read and write mode. Its data cannot be accessed by other computers. The records selected by the query. This data cannot be accessed by the other computers. This method can be used to update records for example....
TableExpand (Function)
Expands: a branch that was previously collapsed in a TreeView Table control. a branch that was previously collapsed in a Table control. a detailed window displayed for a row....
Report with parameters
When printing a report, you have the ability to pass parameters to this report......
NotesOpenConnection (Function)
Establishes a connection to a Domino server.
EmailStatus (Function)
Returns the status of an email sent via an SMTP session started in asynchronous mode.
StoredItem (Property)
The StoredItem property is used to: Find out the stored item or the stored variable of a Table, Looper, List Box or Combo Box control. Modify the stored item or the stored variable of a Table, Looper, List Box or Combo Box control....
Break in a Table control
A break in a Table control is used to group the data corresponding to one or more arguments......