ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

AppleSignIn (Function)
Used to implement authentication via "Sign In with Apple" on devices running on iOS 13 and higher.
Using Java code
You can use Java code: in Java applications generated with WINDEV. in Android applications generated with WINDEV Mobile. This allows you to create global procedures in Java....
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....
DynamicTab (Property)
The DynamicTab property is used to: Find out the type of a Tab control (static tab or dynamic tab). Modify the type of a Tab control (static tab or dynamic tab)....
I work as a developer: How to manage my tasks and my schedule?
The Control Centers in WINDEV, WEBDEV and WINDEV Mobile include many tools to help developers manage their schedules and the different associated tasks......
Creating an insert query
An insert query (corresponding SQL statement......
Manipulating controls in a page
The different operations that can be performed on the page controls are as follows......
Splitting Business logic / UI code
During the development cycle of an application, the code that is specific to the interface (UI) and the code that is specific to the business logic (access to databases, etc.) are often "mixed"...
Stored procedures and queries (HFSQL Client/Server)
The stored procedures are used to simplify the development and the maintenance of your applications by factorizing the code......
Creating a frameset
WEBDEV proposes several methods for creating a frameset......
Impact analysis
The impact analysis immediately identifies the consequences of the latest changes......
WindowIfNew (Property)
The WindowIfNew property is used to get and change the name of the internal window to be opened if the end user opens a new tab in a dynamic Tab control.
ControlClone (Function)
Creates a new control from an existing control.
Query editor: Characteristics
Debugger: Running a project step by step
Running a project step-by-step allows you to start the debugger when launching the application......
Creating a delete query
A delete query (corresponding SQL statement......
Events associated with supercontrols
List of events associated with supercontrols...
Drawer control properties
List of properties associated with the Drawer control...
Project portfolio
From version 25, you can create "project portfolios"......
Rating control properties
The Rating control can be used in a window as well as in a page....
Creating an update query
An Update query (SQL UPDATE statement) is used to modify the records in a database file......
EnumControl (Example)
Usage example of the EnumControl function
Automatic procedures
The programming of timers, threads and delayed procedures is now automatically managed by the environment......
Dashboard control properties
A Dashboard control can be handled in a window by the following WLanguage properties......
Using the Vista style in your windows
WINDEV allows you to customize......