ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SocketChangeTransmissionMode (Function)
Changes the transmission mode used on a socket.
Testing a project: setting
By testing the project you can simulate how the application will run......
15. Creating the executable in practice
Creating the executable in practice...
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....
6. Source Code Manager (SCM)
To simplify teamwork, WINDEV Mobile includes a Source Code Manager....
Native DB2 Connector: Specific features and remarks
The following paragraphs present the main aspects and specific features of the Native DB2 Connector......
The Slider control (in a page)
WEBDEV proposes two types of sliders......
Native Sybase Connector: Specific features and remarks
The following paragraphs present the main aspects and specific features of the Native Sybase Connector (also called Native Sybase Access)......
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......
Testing a Java project and compiling it
When your Java application is developed, you can run the test of the Java project and compile it before creating the archive......
WINDEV: Example of programmed Drag and Drop
.NET Assemblies
.NET is Microsoft's software development platform......
Help: Summary table
In a WINDEV application, users have multiple help features at their disposal: Tooltip. Status bar. Help window. Advanced tooltip. Help page. HLP file....
WDInst: Customizing the setup program
The setup editor WDInst proposes a standard setup program......
Database access: summary
WINDEV and WEBDEV support different SQL query execution modes depending on how the database was accessed.......
"Debugger trace" pane
The "Debugger trace" shows the messages displayed in the trace window during the last application test......
7. Source Code Manager (SCM)
Native Progress Connector: Programming with SQL functions
The use of SQL functions to handle Progress data does not require importing the file structure into the analysis......
Handling a Range Slider through programming
WINDEV allows you to handle a Range Slider control through programming......
Window control search functions
WINDEV allows the user to perform a search among all the texts found in a window or in a control......
Handling Organization Chart controls programmatically
Creating an automatic help
The Automatic Application Features (AAF) allow you to add features to your application without having to write a single line of code......
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......