ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Calling a DLL written in Visual Basic
Visual Basic (like many other languages) allows you to create custom DLLs......
ERR_NO_PAGE
Returns the availability status of the storage card on the device....
Managing actions with Undo/Redo
WINDEV allows you to easily manage the Undo/Redo feature in your applications with the ActionXXX functions......
2. Multilingual application
A multilingual application can be distributed in multiple languages....
Handling a Scrollbar control through programming
WINDEV allows you to handle a Scrollbar control through programming......
<ftpConnection variable>.Time (Function)
Returns the different creation, modification or access times associated with a file located on an FTP server (File Transfer Protocol). This new function is available from WINDEV Suite SaaS 2025 - Update 2....
3. Application development cycle
Development cycle of a WINDEV application....
External language: Programming in C++ (WDWDIAL interface)
This third method uses the notion of class inheritance to simplify the interfacing between a C++ application and WINDEV......
Choosing the type of image: dynamic, static, generated, ...
The images are often used to illustrate the site pages......
4. User Groupware
User Groupware...
Handling PDF Reader controls programmatically
A PDF Reader control can be handled through programming......
Clipping the window according to an image
An image can be used to easily define the shape of a window......
<ftpConnection variable>.Date (Function)
Returns the different dates of a file (date the file was created, modified or accessed) located on an FTP server (File Transfer Protocol). This new function is available from WINDEV Suite SaaS 2025 - Update 2....
9. Sharing a project in practice
Sharing a project in practice...
SocketChangeTransmissionMode (Function)
Changes the transmission mode used on a socket.
7. AJAX technology
Draws a rectangle in an Image variable....
5. User Groupware in practice