ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Native Access to SAP
SAP is a widely used ERP......
Report templates
WINDEV, WINDEV Mobile and WEBDEV allow you to create report templates......
TimeLine control properties
A TimeLine control can be handled in a window by the following WLanguage properties.
WDAdminHF: Scheduled task
The remote HFSQL administrator is used to define the scheduled tasks......
GDS: Managing branches
The management of branches is used to manage several versions of the same application in parallel......
Enumeration (Type of variable)
An enumeration is a set of values......
Programming table fields linked to a table
This page explains how to program data-bound Table controls......
Handling a .NET 3.0, 4.0 control, ... (WPF) through programming
WINDEV enables you to handle a .NET 3.0, 4.0 control, ... (WPF) by programming......
Task list
Each project can be associated with a task list......
Dynamic instantiation of a .NET object
A .NET object can be dynamically associated with a .NET class, in which case the object is dynamically instantiated....
PDF printing: Special cases
Specific features of print in PDF format...
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 context menu. in a Scheduler control, whether an appointment was created via the context menu....
Combination (Type of variable)
A combination is a set of options.
Deploying a site on a PC SOFT test server
PC SOFT proposes to host your test sites......
Style sheet
A style sheet ("......
HFSQL Client/Server: Managing the ports
The ports used by the HFSQL Client/Server server......
DisplayedItem (Property)
The DisplayedItem property is used to: Find out the item or the variable displayed by the control. Modify the item or the variable displayed by the control....
Environment of the window editor
The main elements of window editor are as follows:
BrowsedItem (Property)
The BrowsedItem property is used to: Get the item used to automatically loop through table, Looper, List Box, ListView, and Combo Box controls, supercontrols, and reports based on tables. Change the item used to automatically loop through Table, Looper, List Box, ListView and Combo Box controls, supercontrols and reports based on tables. Then, the iteration is reinitialized....
General environment of WINDEV
The Table control populated programmatically
A Table control populated programmatically is directly linked to lists stored in memory......