ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Managing the users of an application installed in network
The management of users allows you to find out from the server......
AnsiToUnicode (Function)
Converts: an ANSI string (Windows) to a UNICODE string. a buffer containing an ANSI string (Windows) to a buffer containing a UNICODE string....
Setting up a WEBDEV cluster
With the WEBDEV Application Server in version 27, you can create server clusters with ease......
The Gantt Chart control
A Gantt chart allows you to graphically view the progress status of a project......
HTTP constants
List of constants used by the HTTP functions....
Internal component
An internal component is a set of elements from a project......
Translucent effect of windows
Depending on the style of your applications, the border of your windows can be translucent......
emailOutlookSession (Type of variable)
The emailOutlookSession type is used to handle the Outlook messaging software (emails, contacts, groups of contacts, tasks, appointments and folders).
GglUploadDocument (Function)
Uploads a document to the Google server.
iSequencingAdd (Function)
Adds a report into a sequence of report prints.
RadioButtonAdd (Function)
Adds a new option into a Radio Button control.
PVTCalculateAll (Function)
Entirely calculates or recalculates a Pivot Table control.
Automatic documentation of procedures and methods
To simplify the maintenance or the use of existing code by other developers, WINDEV proposes an automatic documentation for the procedures (or class methods)......
Mechanism of specific exceptions
A process of specific exception is used to process a risky code (which means a code that could trigger an exception)......
TableInputInProgress (Function)
Indicates whether a Table or TreeView Table control is currently in edit.
ListSelect (Function)
Returns the index of the selected element in a List Box, ListView or Combo Box control.
TreeModify (Function)
Modifies an element (node or leaf) in a TreeView control.
SQLConnect (Example)
Usage example of the SQLConnect function
grScatterPointSize (Function)
Defines the size of points in a "Scatter" chart.
String functions
List of functions for managing character strings...
eInitCurrency (Function)
Adds or changes the characteristics of a currency in the currency exchange table.
Word Processing constants
The following constants are used by the functions for managing the Word Processing control:...
1. Project audits
WINDEV Tutorial: Optimizing a project Lesson 1 - Project audits - 15 min
Summary table: Installing an application developed in WINDEV
When developing an application, one of the important steps consists in deploying this application on the user computers......
Constructor and destructor
When creating a class in the code editor, the Constructor and Destructor methods are automatically created by default......