ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TraceEnd (Function)
Closes the trace window if this window was opened or stops saving the trace information in a text file.
TraceStart (Function)
Opens the trace window or saves the trace information in a text file.
Generating an iOS application
Several steps must be performed to develop an iPhone/iPad application:...
Native SQL Server Connector: Specific features and remarks
The following paragraphs present the main aspects and specific features of the Native SQL Server Connector......
Reading an email
This help page explains how to read an email from a WINDEV application and how to display its content in a WINDEV application....
InfoThumbnailGeneration (Property)
The InfoThumbnailGeneration property is used to determine if the thumbnails of an item have been generated successfully.
12. Synchronizing data
Activity diagram
An activity diagram represents the behavior of a method or the flow of a use case......
In-House deployment
Apple's In-House deployment allows you to overcome most of the constraints of the other two modes (App Store deployment and Ad Hoc deployment) and to widely distribute an application without the need to reference client devices in advance......
Adapting an application to support multiple languages
WINDEV Tutorial - Managing multiple languages Adapting an application to support multiple languages - 20 min
docFormatMulticolumn (Type of variable)
The docFormatMulticolumn type is used to define all the advanced characteristics of a multicolumn section defined in a docSection variable.
NbPrintedRec (Property)
The NbPrintedRec property is used to determine the number of records already printed.
mongoDatabaseInfo (Type of variable)
The mongoDatabaseInfo type is used to define the advanced characteristics of information about a MongoDB database.
Managing rights on HFSQL Client/Server
To ensure data security and confidentiality, some actions may be restricted to a group of users......
TableInsertColumn (Function)
Inserts elements in the format of columns into a horizontal Table control.
TableAddColumn (Function)
Adds elements on the right of an Horizontal Table control.
Select query description window: Items that can be used
TableSort (Function)
Sorts a Table or TreeView Table control on one or more columns (lexicographical sort).
Record (Type of variable)
The Record type is used to save the values of a record.
Reset (Function)
Reinitializes: all the controls found in the current window or page (including the groups of controls, the supercontrols and the internal windows). the controls found in a group of controls, a supercontrol, an internal window or an internal page....
gLinkActivate (Function)
Allows (or not) retrieving the value defined by gLink in a List Box or a Combo Box control. Function kept for compatibility. It is recommended to use gStoredValueEnable....
4. Simple printing
WINDEV Tutorial: WINDEV application: Managing data Lesson 4 - Simple printing - 20 min
HUnlockRecNum (Function)
Unlocks a record locked by: HLockRecNum, a read function used with a locking parameter (HRead associated with the hLockWrite or hLockReadWrite constant for example)....
Project image gallery
The project image gallery allows viewing all the images of a project in a single click......
NetGetFile (Example)
Usage example of the NetGetFile function
Code editor: Assisted input
The following mechanism allows developers to write WLanguage code more easily in the code editor ......
Creating the Vision windows of the WINDEV RAD pattern