ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ConfigureAWPContext (Function)
Configures the operating mode of the AWP context.
The AWP technology (Active WEBDEV Page)
PC SOFT proposes a new technology...
CancelAWPContext (Function)
Deletes from the AWP context a variable that was added by DeclareAWPContext.
Changing sites from AWP to SEO-ready session mode
A query created in the query editor can contain several types of items...
InAWPMode (Function)
Used to determine if the page currently run is an Active WEBDEV Page.
The Active WEBDEV Pages
You want to reference several pages of your WEBDEV website?...
IdentifierAWPContext (Function)
Returns the identifier of AWP context.
FreeAWPContext (Function)
Frees the AWP context in advance (on disk) to allow the other call on the same AWP context to be processed in parallel.
<Page>.DisplayDialog (Function)
Displays a page in modal mode. This function is used to establish a dialog with the user. The page is displayed in the foreground while the opening page is displayed in the background, grayed by the DDW mechanism.
PagePosition (Function)
Scrolls a page up to position a control in the visible section of the page (top) in the browser.
<Menu>.AddPopup (Function)
Transforms a menu option of a page in order for this option to open a popup.
DynamicServingConfigure (Function)
Indicates the environment that will be used by the "Dynamic Serving" to choose the set of pages to display.
Handling files on Dropbox, Google Drive and OneDrive
Many drives can be used to store files......
MenuAddPopup (Function)
Transforms a menu option of a page in order for this option to open a popup.
Report viewer: "Preview" tab
The report viewer allows end users to view reports before printing them......
Handling character strings
WINDEV, WINDEV Mobile and WEBDEV allow you to perform different types of operations on character strings via the WLanguage functions......
Managing the synchronization
For each action performed in a page, the mechanism for page synchronization automatically checks the synchronization......
Project managers: How to manage a development project?
The Control Centers in WINDEV, WEBDEV and WINDEV Mobile provide project managers with several tools to manage a development project including......
Managing the runtime errors
Some errors may occur in your application......
Customizing keyboard shortcuts
The different editors in WINDEV, WEBDEV and WINDEV Mobile include many options that can be used directly via keyboard shortcuts......
Report based on an Organizer control
A report based on an Organizer control is used to directly print the information displayed in the Organizer control...
Analysis associated with a project
When a WINDEV, WEBDEV or WINDEV Mobile project uses data files, it must be associated with an analysis......
AutomationParameter (Function)
Configures the management of accesses to the ActiveX objects and to the Automation objects.
SMSRunApp (Function)
Starts the native application for sending SMSs found on the device (Android or iPhone/iPad)....
ActiveXEvent (Function)
Associates a procedure written in WLanguage with an event of ActiveX control.
ERR_BAD_CONTEXT_INTERNAL
Link control properties
The Link control is available in a page and in a report......
Managing context menus in a WINDEV or WINDEV Mobile application
A context menu can be opened by the user via a right mouse click......
WEBDEV Page control events
The control Page WEBDEV allows you to integrate an Page WEBDEV in a WINDEV application......
The "Modifier"pane
The "Modifier" pane is used to view and/or modify, from the window editor, page editor or report editor, the main characteristics......
Extra (Property)
The Extra property is used to: Get additional information about a control, window, or page. Edit additional information of a control, window or page. In browser code, you can only get additional information of a control or page....
<Page>.Exist (Function)
Allows you to find out whether a page context exists on the server (which means whether the page was opened).