ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

UI modifiable by the end user
By default, WINDEV applications allow end users to modify the interface of the application......
3. Managing sockets
WINDEV includes advanced socket management functions....
CallWD: Function specific to the external language
Calls a WLanguage function from an external language....
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......
WINDEV Mobile: Overview
WINDEV Mobile is a development environment for PC that allows you to develop......
Optional events: Retrieved information
In WINDEV, you can add optional events in the code of the different elements of an application......
Configuring the AAF menus (Automatic Application Features)
WINDEV includes several Automatic Application Features (AAFs)......
Programming custom calculations in Table controls
Required or invalid input in WINDEV
WINDEV and WINDEV Mobile include several options to manage required or invalid input, both via the window editor and through programming......
Managing threads
WINDEV and WINDEV Mobile propose several functions used to perform an advanced management of threads....
SocketChangeTransmissionMode (Function)
Changes the transmission mode used on a socket.
7. AJAX technology
Canada.CheckBN9 (Function)
Checks the validity of a Canadian 9-digit Business Number (BN9).
Animation of Mobile windows
In the mobile applications, the different screens of the application are displayed via a small animation: display from the right and the top, ... WINDEV Mobile allows you to configure this display mode of your windows in your mobile applications....
Check the "Responsive Web Design" pages
The pages in Responsive Web Design mode can be checked like any other WEBDEV page in the browser of your choice......
Deploying an application that uses an external component
An application that uses one or more external components is deployed in the same way as a standard application......
The Slider control (in a page)
WEBDEV proposes two types of sliders......
UnitedStates.CheckEIN (Function)
Checks the validity of a U.S. Employer Identification Number.
UnitedStates.CheckSSN (Function)
Checks the validity of a U.S. Social Security Number.
UnitedStates.CheckFEI (Function)
Checks the validity of a U.S. Firm Establishment Identifier.
Canada.CheckSIN (Function)
Checks the validity of a Canadian Social Insurance Number (SIN).
Handling Ribbon controls programmatically
WINDEV allows you to programmatically handle Ribbon controls, as well as their tabs and groups....
Creating an Android widget
Widgets are small applications that can be displayed on the home screen of phones or tablets......
Looper: moves and gestures
In a mobile application, several options can be handled with the fingers, by performing specific movements......
WINDEV: Example of programmed Drag and Drop