ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TableDeleteWithAnimation (Function)
Deletes a row from a Table control, from a TreeView Table control (or from a table displayed in a Combo Box control) with an animation.
Timer (Function)
Periodically and automatically calls a WLanguage procedure.
TimerSys (Function)
Periodically and automatically calls a WLanguage procedure.
Handling a Check Box control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Check Box control through programming......
Component and SCM
WINDEV, WEBDEV and WINDEV Mobile allow you to easily create and publish components......
Installing an application server
There are several steps to install the WEBDEV Application Server on a Linux server......
CallDLL32 (Function)
Runs a function found in an external DLL.
Net constants
List of constants used by the Net functions....
Time management help
Time management is extremely important......
New Features brochure - Version 27: new features of WINDEV Mobile
New features in WINDEV Mobile 27 presented in the New Features brochure....
Telephony: Managing the incoming calls
The management of the incoming calls is performed in a specific "thread"....
Real-time chart
This type of chart is used to represent a permanent data flow in real time......
Advanced types
The advanced types of WLanguage are as follows...
Step 1: Choosing the deployment profile
The setup program creation wizard allows you to select the deployment profile to use......
The Thumbnail control
The Thumbnail control is used to automatically manage the display of images in thumbnail format......
Discover WINDEV Mobile
WINDEV Mobile tutorial: WINDEV Mobile overview Discover WINDEV Mobile - 10 min
3. Layouts
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 3 - Window orientation (layouts) - 15 min
1. WEBDEV environment
WEBDEV Tutorial: WEBDEV overview Lesson 1 - WEBDEV environment - 5 min
Image editor: Features
The image editor includes several features......
WEBDEV layouts
A layout allows you to define several views of a page without duplicating it......
aiNeuralNetworkModel (Type of variable)
The aiNeuralNetworkModel type is used to define all the advanced characteristics of a neural network used by AIDetectModel.
Importing/Consuming web services
WINDEV, WEBDEV and WINDEV Mobile allow you to directly import Webservices into your applications......
Data model editor: the different types of items
The different types of items proposed in the data model editor are as follows:
Calendar (Type of variable)
The Calendar type is used to handle a calendar (or organizer) associated with a user account or found on the device.
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"...