ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

CancelAWPContext (Function)
Deletes from the AWP context a variable that was added by DeclareAWPContext.
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....
Properties associated with the cells of the status bars
List of properties associated with the cells of the status bars...
TypeVar (Function)
Identifies the type of an expression, a variable (during a call to a procedure for example) or a control.
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....
Binding a Slider control to an item
A Slider control can be bound to an item in a data file, query, etc....
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......
ExeListDLL (Function)
Returns the list of libraries (".DLL" files) used by one of the applications currently run.
Downloading a report in PDF format on the computer of the Web user
To propose to download a report in PDF format on the computer of the Web user, you must......
Menu option: operation performed and action
An option of a drop-down or context menu in a page can be associated with an action......
Printing a report on one of the printers connected to the Web Server
To print a report on one of the printers connected to the Web server, you must......
Displaying a report in PDF format in the browser of the Web user
To display a report in PDF format in the browser of the Web user, you must......
Displaying a report in HTML format in the browser of the Web user
To display a report in HTML format in the browser of the Web user, you must......
Context Menu control properties
You can manipulate Context Menu controls in a page using the following WLanguage properties......
Making a backup of a project
It is possible to regularly make a backup of the different elements of a project......
Count (Property)
The Count property returns the number of elements in a given set.
MemoryCurrency (Property)
The MemoryCurrency property is used to get and change the currency used when manipulating a "Currency + Euro" control programmatically.
Content (Property)
The Content property is used to read or write the whole content of a control: List Box populated programmatically, Combo Box populated programmatically, Spreadsheet....
ProgressBarColor (Property)
The ProgressBarColor property is used to get and change the progress color in the following controls and elements: Progress Bar control, Progress Bar column, Progress Bar cell, infinite Progress Bar control....
MagnifierMode (Property)
The MagnifierMode property determines and changes how the magnifier is displayed in the column headings of a Table or TreeView Table control.
AutomaticErase (Property)
The AutomaticErase property is used to: find out whether an edit control is in "Automatic erase" mode. modify the "Automatic erase" characteristic of an edit control....
Option (Property)
The Option property is used to configure how a Bar Code control is displayed.
DisplayCurrency (Property)
The DisplayCurrency property is used to get and change the currency used when entering or displaying values in a "Currency + Euro" control.