ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Creating an executable file
Once the development of your WINDEV application is completed (windows, reports, queries, etc.)...
SessionPrologue (Function)
Enables or disables a WLanguage procedure called on each request in a session.
Various constants
List of various constants....
Constants for object visibility
List of constants for managing the visibility of an object....
Binding a Slider control to an item
A Slider control can be bound to an item in a data file, query, etc....
SessionRequestedPage (Function)
Returns the name of the page requested at the start of the session.
Handling an Action Bar through programming
An Action Bar can be handled through programming. To do so, use the variable corresponding to the Action Bar in the code....
SessionHeartBeatEnable (Function)
Enables or disables the "heartbeat" of the current session.
Properties associated with the cells of the status bars
List of properties associated with the cells of the status bars...
Action Bar control functions
The following functions are used to manipulate Action Bar controls......
Access rights to a class property
A property is a code element that includes two processes......
Application triggers
...A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification is performed (addition, deletion, modification, ...) on a record of a data file....
Creating a query
Two methods can be used to create a query......
CancelAWPContext (Function)
Deletes from the AWP context a variable that was added by DeclareAWPContext.
AWP: Managing contexts
To keep the value of global variables when switching from a page to another one, the AWP mode proposes a management of contexts......
ScheduledTask structure
The ScheduledTask structure is used to define the characteristics of a scheduled task......
Menu option: operation performed and action
An option of a drop-down or context menu in a page can be associated with an action......