ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

IWListAdd (Function)
Adds a new internal window to the list of internal windows browsed by an Internal Window control.
TableCollapse (Function)
Collapses: a branch that was previously expanded in a TreeView Table control. a break that was previously expanded in a Table control. a detailed window displayed for a row....
Managing bar codes
The use of bar codes to identify and manage products has become essential......
WDInst: advanced options for the network setup
The advanced options of the network setup are used to......
The SMS structure
The SMS structure is a preset structure of WLanguage (no declaration is required)......
iParameter (Function)
Retrieves the printer configuration and configures the print.
2. Variables
WINDEV Tutorial: WLanguage basics Lesson 2 - Variables - 20 min
1. Components provided with WINDEV
WINDEV is provided with projects that contain components....
Content (Property)
The Content property is used to read or write the whole content of a control: List Box populated programmatically, Combo Box populated programmatically, Spreadsheet....
sfSessionInfo (Type of variable)
The sfSessionInfo type is used to get information about the current session...
emailNotesSession (Type of variable)
The emailNotesSession type is used to access a Lotus Notes messaging server in order to retrieve the messages found on this server and to send messages.
hScheduledOptimization (Type of variable)
The hScheduledOptimization type is used to programmatically manage a scheduled optimization task on an HFSQL server.
Docker image of the HFSQL server
From version 22, a Docker container with the HFSQL server is available in Docker Hub......
ParallelTaskExecute (Function)
Triggers the execution of a parallel task.
btleCharacteristic (Type of variable)
The btleCharacteristic type is used to handle a characteristic of a Bluetooth Low Energy service.
How to populate a Table control programmatically?
This help page presents the different methods that can be used to populate a Table control programmatically....
NewLine (Property)
The NewLine property is used to determine: in a Table control, whether the current row was created with TableAddXXX or TableInsertXXX. in a Looper control, whether the current row was created with LooperAddXXX or LooperInsertXXX. in an Organizer control, whether an appointment was created via the popup menu. in a Scheduler control, whether an appointment was created via the popup menu....
TableInputSearch (Function)
Enables input in the the search area in the column title of the Table or Treeview Table control.
How to backup HFSQL Client/Server databases?
The backup of the HFSQL Client/Server databases can be performed......
Constants for managing certificates
Debugging an external component
You have developed an external component and you want to debug it? The user of an external component sends an executable indicating that your external component does not operate? You are using your external component in another project and you want to debug it?......
WDSQL: Connecting to a database
The first operation to perform in order to use WDSQL is to establish the connection to a database......
Aligning elements in a List Box or Combo Box control
There are different methods to align the elements in a List Box or Combo Box control......
Browser code (WLanguage): Framework 2
From version 22, WEBDEV proposes a new WLanguage framework for the browser code...
2. My first window
WINDEV Tutorial: WINDEV overview Lesson 2 - My first window - 30 min