ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Button control
The Button control allows the user or the Web user to run a specific action with a simple click...
Drop-down button
The drop-down button expands:
  • a context menu.
  • a popup window.
Auto-scrolling text
Sometimes, text in a Static Text or Button control can exceed the width of the control...
Dockable panes
WINDEV, WINDEV Mobile and WEBDEV propose several dockable panes......
EmulateMouse (Function)
Simulates a mouse event (left click, right click, double click, ...).
Application in kiosk mode
A kiosk application is an application from which the user cannot exit......
Configure the setup program interface
To make the installation process more user-friendly, the setup wizard allows you to customize the interface of the setup program......
Displaying an Active WEBDEV Page
An Active WEBDEV Page can be displayed......
SysIconAdd (Function)
Adds a system tray icon (in the lower-right corner of the screen).
SSL: Secure transactions with WEBDEV
When using an Internet application, the data circulating between the computer of the Web user and the Web server is not protected......
Border (Type of variable)
The Border type is used to handle a border through programming...
CursorCapture (Example)
Usage example of the CursorCapture function
WDInst: Customizing the setup program
The setup editor WDInst proposes a standard setup program......
ZOrder (Example)
Usage example of the ZOrder property
Set of fonts (WEBDEV site)
The browser support the most common fonts by default......
2. User-friendly editors in practice
WDAdminHF: Saving the databases
The remote HFSQL administrator allows you to create backups of HFSQL Client/Server data files......
Project dashboard
The project dashboard provides an overall view of project status via different widgets.......
Testing a Mobile application
By testing the project you can simulate how the application will run when launched by the user......
Environment of the window editor
The main elements of window editor are as follows:
8. OOP
WINDEV Tutorial - WLanguage basics Lesson 8 - OOP - 30 min
Project Management Hub: Time tracking
The time spent can be listed on......
29. SEO in practice
Remote WEBDEV administrator: Personal information
The remote management tool is used to check and modify (if necessary) your personal information....
MenuSelectPlus (Function)
Enables a menu option (popup menu or drop-down menu).
Undocking the editors
Who has never wanted to view the code and the UI at the same time, without being constrained by the environment? WINDEV, WEBDEV and WINDEV Mobile allow you to "detach" the editors from the environment of the main window......
WDInst: choosing the type of setup to generate
WDInst allows you to create several types of setup......
Using layouts in WINDEV and WINDEV Mobile
The layout is used to define several views of a window in the same project without duplicating this window......