ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Handling a control through programming in a report
All report controls can be handled through programming......
SEO-ready page in session mode
In WEBDEV, there are two methods to develop a site......
The Static control
A Static control is a control used to display a static text......
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......
How to develop a site for Linux?
The method for developing a site for Linux is identical to the method for developing a site for Windows....
Locking an application
WINDEV gives you the ability to lock your applications (after a specific duration for example)......
Report viewer: "Export" tab
The "Export" pane in the report viewer allows you to perform the following operations......
Customizing the WEBDEV User Groupware
The groupware in automatic mode offers several possibilities......
Printing during the report test in the editor
During the test of a report ("Go" button from the report editor), several print options are proposed......
Distributing an external component
Once the component has been created, tested and generated, it can be distributed to other developers......
Database access: summary
WINDEV and WEBDEV support different SQL query execution modes depending on how the database was accessed.......
Parallax effect
"Parallax" effects make it possible to scroll the elements in the interface at different speeds......
Mechanism of specific exceptions
A process of specific exception is used to process a risky code (which means a code that could trigger an exception)......
Multi-touch management functions
The following functions are used to manage the multi-touch......
Connected objects: Android Wear
Android Wear is the version of the Android operating system dedicated to the connected objects......
External language: Programming in C#
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
4. Types of pages
Different types of pages can be used in the sites created with WEBDEV......
Handling a Multiline Zone control programmatically
...A Multiline Zone control can be handled programmatically using the control name....
Including a supercontrol in a window or in a page
Access rights to a class property
A property is a code element that includes two processes......
Constructor and destructor
When creating a class in the code editor, the Constructor and Destructor methods are automatically created by default......
Creating an SSL certificate that can be used with SocketCreateSSL
To create an SSL server with SocketCreateSSL, you must use a signed certificate containing a private key......
ERR_TIMEOUT_REQUEST
The request did not respond within the timeout ( seconds). ERR_TIMEOUT_REQUEST (22)...
VerticalSwipe (Property)
The VerticalSwipe property is used to determine and change the swipe direction in an internal window with swipe gesture support.
Organizer control properties
Several WLanguage properties can be used on an Organizer control found in a window......