ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

The Duration field: Edit control and display masks
WINDEV, WEBDEV and WINDEV Mobile propose two types of masks......
SOAPAddAttribute (Function)
Adds an attribute to an automatic variable generated by the import of a web service.
AAF: Automatic filter on the columns of Table controls
The user can filter the content of a Table control by displaying the records corresponding to a condition for example......
WEBDEV styles
WEBDEV styles are advanced styles......
Context menu of Gantt Chart controls (AAF)
Each Gantt Chart control in a window has a default menu that is available to users......
Generating and deploying 64-bit applications
WINDEV allows you to automatically generate and install a 64-bit application.
How to set the focus to a column in a Table control?
To set the focus to a column in Table control (i.e. to be positioned in input in this column), ......
drag-and-drop operation set programmatically
The programmed Drag and Drop is used to entirely manage Drag/Drop between the different types of controls......
WDInst: Set automatic modification of tables
The automatic table modification updates the description of tables on user computers......
WDInst: set the characteristics of the files to be installed
WDInst allows you to configure the characteristics of the files to install......
Handling Word Processing controls programmatically
Word Processing controls can be handled programmatically......
Setup of the WEBDEV Application Server for Linux
Keep-alive on connection
11. Window templates
WINDEV Mobile allows you to create window templates....
Types of recognized PCL printers
WINDEV and WEBDEV allow you to automatically print for a number of specific PCL printers......
Maintaining the files of Control Centers
When using a database, you may have to perform maintenance operations on the data files......
WDSetup: Manage additional languages
The "WDSetup" project corresponds to the standard setup program of WINDEV applications......
Context menu associated with Table controls and their columns (AAF)
WINDEV applications automatically include a context menu for Table controls, TreeView Table controls and their columns......
Compile
The Compile keyword can correspond to: the Compile function, which dynamically compiles a procedure whose source code is specified.. the <COMPILE IF> statement, which allows you to compile WLanguage code according to a condition (mainly used to compile code according to a platform or configuration type)....
AAF: Simple edit options in an edit control
The context menu of an edit control is used to perform simple edit operations...
Access rights to a class property: special cases
The retrieval and assignment processes can be public, private or protected. The access rights of the property correspond to the less restrictive rights of the two processes....