ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Limitations of WINDEV, WEBDEV and WINDEV Mobile
WINDEV Mobile: Platforms, processors and operating systems
WINDEV Mobile applications can run on the following platforms...
Open (Function)
Opens a modal WINDEV window.
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"...
Initialization (Property)
The Initialization property is used to handle the initialization of certain processes.
Remote check: Customizing with a window
To customize the remote control performed on a multi-user WINDEV application, the standard window can be replaced with a window from your application......
AnimationPrepare (Function)
Prepares the animation on a control, a group of controls or a window.
AnimationPlay (Function)
Plays an animation when a control, a group of controls or a window is modified.
Page in Session mode: Populating controls after a long process
In a web application, you may need to run long processes (for example, to update counters......
Wi-Fi functions
Functions for Wi-Fi management...
External language: Programming in C#
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
HOptimizeQuery (Function)
Optimizes the Select queries by using idle times when handling an application (period without processes).
Debugger: Running a project step by step
Running a project step-by-step allows you to start the debugger when launching the application......
Developing applications in Universal Windows 10 App mode
WINDEV and WINDEV Mobile allow you to develop applications for Windows 10 tablets and for Windows Phone 10 and Windows 10 phones (Universal Windows 10 App applications)......
Custom properties (WLanguage)
A custom property is a code element with two events......
What is an application?
An application is a set of objects (windows, controls, ......
BTLE functions (prefix syntax)
The following functions are used to handle the Bluetooth Low Energy devices:...
Managing parallel tasks
The computers are becoming more and more powerful......
Do not show a message again
The environment of WINDEV, WEBDEV and WINDEV Mobile often displays warning windows......
Including a supercontrol in a window or in a page
InWidgetMode (Function)
Indicates whether the code is run in Android Widget mode.
Multi-project processes: using batches
WINDEV, WEBDEV and WINDEV Mobile allow you to run a set of processes (compilation, generation, ......
HOptimize (Function)
Used to handle the idle periods of a software (period without processes) to optimize the queries and the browses that will be run thereafter.
<Source>.Optimize (Function)
Used to handle the idle periods of a software (period without processes) to optimize the queries and the browses that will be run thereafter.
Managing main window menus
A main menu is necessarily associated with a window......
1
2
3
4
5
6
272
>