ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Calling a DLL written in Visual Basic
Visual Basic (like many other languages) allows you to create custom DLLs......
Page templates and inheritance
When a page template is applied to a page, all the controls and code found in the template are "copied" into the page......
Report templates and inheritance
When a report template is applied to a report, all the controls and code found in the template are "copied" into the report......
Native Sybase Connector for WINDEV and WEBDEV 2024
The Ribbon control
The Ribbon control proposes an additional feature regarding the menus found in your applications. It is used to present in a small surface a large number of controls arranged logically in order to perform choices....
Automatic features of Pivot Table controls
The Pivot Table control offers several Automatic Application Features (AAF) allowing the user to take advantage of all its capabilities......
3. Application development cycle
Development cycle of a WINDEV application....
Android permission management
Android applications require permissions to provide certain features that may require access to sensitive data or sensitive device functionalities......
Server code/Browser code
WEBDEV allows you to create static pages and dynamic pages......
Table, List Box and Combo Box controls bound to queries
A Table, List Box or Combo Box control can be used to display the content of a data file or query......
Keyboard shortcuts
The main keyboard shortcuts in the editors are as follows......
Procedure/Function
A procedure is used to associate an identifier with a statement block......
Programming by preset action
Preset actions allow you to define the code of an event in a single click, without having to write one single line of code......
The Cube control
The Cube control is a mobile layout control that automatically performs rotations around the different axes......
Help about new features: Letting users know about changes
Applications are constantly evolving......
Checking out an element
To work on a project element found in the Source Code Manager, you must check out the element before it can be modified......
Anchoring applied to window controls
The windows of a WINDEV application can be resized at runtime......
IntegerToDay (Function)
Returns the day of the week that corresponds to the specified date (this date is an integer).
IntegerToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date (this date is an integer).
Programming Table controls based on a data file (prefix syntax)
This page explains how to program Table controls based on a data file......
WEBDEV Application Server - 10 connections - License agreement
The Date edit control: Input or display masks
WINDEV, WINDEV Mobile and WEBDEV propose two types of masks......
Programming Looper controls based on a data file (prefix syntax)
These are the main concepts for programming Looper controls based on a data file......
Control templates and inheritance
When a control template is applied to a page or to a window, all controls and code found in the template are "copied" into the page or window......
fSeek (Example)
Usage example of the fSeek function