ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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......
ConfigureAWPContext (Function)
Configures the operating mode of the AWP context.
AllowActionBarHiding (Property)
The AllowActionBarHiding property automatically hides the Action Bar.
WBAdminConnection (Type of variable)
The WBAdminConnection type is used to get all the advanced characteristics of a connection on the server. This connection can correspond to a session, an AWP request, a schedule task, etc.
Advanced installer options
The setup wizard allows you to specify advanced options for the installer. These advanced options are used to: specify the options for managing the installer framework. specify the options for managing the UAC for the installer....
AppServerInfoScheduledTask (Function)
Reads the description of a scheduled task.
AppServerModifyScheduledTask (Function)
Modifies an existing scheduled task.
AppServerDeleteScheduledTask (Function)
Deletes a scheduled task associated with the application (site or Webservice).
AppServerListScheduledTask (Function)
Returns the list of scheduled tasks for the application (site or Webservice).
ColorPalette (Function)
Returns a color found in the current palette.
ScheduledTask structure
The ScheduledTask structure is used to define the characteristics of a scheduled task......
tapiDeviceList (Function)
Lists the TAPI 2.0 and TAPI 3.1 compatible devices installed on the current computer.
Various constants
List of various constants....
Action Bar control functions
The following functions are used to manage the Action Bar control......
SessionHeartBeatEnable (Function)
Enables or disables the "heartbeat" of the current session.
SessionPrologue (Function)
Enables or disables a WLanguage procedure called on each request in a session.
Application : automatically executed processes / events
Several actions are automatically performed when opening or closing an application....
OpenSSLCheck (Function)
Checks, via a public key, that the signature of data performed with the OpenSSL library is correct.
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....