ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ExecuteCode (Function)
Runs the WLanguage code found in a character string.
Custom tooltips
Tooltips are very useful for application users......
Responsive Web Design: Managing a header bar
This help page explains how to create a page containing a header bar in Responsive Web Design mode......
1. Creating windows to add and edit data
WINDEV Tutorial: WINDEV application: Managing data Lesson 1 - Creating windows to add and edit data - 50 min
Constants for managing Map controls
Constants for managing Map controls...
InStoredProcedureMode (Function)
Indicates whether the code is run on an HFSQL server.
InLinuxMode (Function)
Indicates whether the code is run in Linux mode or not.
InWindowsMode (Function)
Indicates whether the code is run in Windows mode or not.
InAndroidEmulatorMode (Function)
Indicates whether the code is run in the Android emulator.
InAndroidSimulatorMode (Function)
Indicates whether the code is run in the Android simulator.
CharactUnicode (Function)
Returns the character corresponding to the specified Unicode code.
InAndroidMode (Function)
Indicates whether the code is run in Android mode.
Events associated with the cells of the status bars
WINDEV manages the following events by default:...
WinEdLoad (Function)
Loads the changes made by the end user in a window.
InBackgroundMode (Function)
Indicates whether the code is run when the application is in background.
InWebSocketServerMode (Function)
Indicates if the current code is being executed on the WebSocket server.
<Source>.DescribeTrigger (Function)
Adds or modifies a trigger on an HFSQL data file.
Charact (Function)
Returns the character corresponding to the specified ASCII code.
HDescribeTrigger (Function)
Adds or modifies a trigger on an HFSQL data file.
zipMsgError (Function)
Returns the message associated with an error code on an archive.
Manipulating Scheduler controls programmatically (prefix syntax)
A Scheduler control can be......
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....
The Check Box control
A Check Box can correspond to......
Report based on a Looper control
A report based on a Looper control is used to directly print the information displayed in the control......
Report based on a Table control
A report based on a Table control is used to directly print the information displayed in the Table control (based on a data file or populated programmatically)......