ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Changing sites from AWP to SEO-ready session mode
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...
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.
IdentifierAWPContext (Function)
Returns the identifier of the AWP session.
The Active WEBDEV Pages
You want to reference several pages of your WEBDEV website?...
FileDisplay (Function)
Displays a file in the user's browser.
ConfigureAWPContext (Function)
Configures the mode of the AWP session.
CancelAWPContext (Function)
Deletes from the AWP context a variable that was added by DeclareAWPContext.
The AWP technology (Active WEBDEV Page)
PC SOFT proposes a new technology...
InAWPMode (Function)
Used to determine if the page currently run is an Active WEBDEV Page.
DeclareAWPContext (Function)
Used to declare a list of variables whose values will be persistent between successive displays of Active WEBDEV Pages.
OLE DB provider for HFSQL
The OLE DB provider on HFSQL is used to access an HFSQL database (Classic or Client/Server) from an external software that manages the accesses by OLE DB......
SaaSDisconnect (Function)
Disconnect the user of a SaaS site beside the SaaS web service that manages the site.
The OLE control
The OLE control is used to handle an OLE object......
Advanced dialog boxes
The advanced dialog boxes are windows allowing you to communicate with the user......
RestartProgram (Function)
Ends the application and restarts it.
SysWinTitle (Function)
Returns the title of the window.
Distributing an external component
Once the component has been created, tested and generated, it can be distributed to other developers......
MenuAdd (Function)
Adds an existing popup menu into the main menu of the current window.
BankHolidayDeleteAll (Function)
Clears the list of all public holidays.
RTFLoad (Function)
Loads a file in RTF in an RTF control (found in a window or in a report).
SaaSClientConnexion (Function)
Returns the characteristics of the connection to the client database.
MenuUnMark (Function)
Removes the checkmark displayed in front of the menu option (popup menu or drop-down menu).
Action (Property)
The Action property is used to specify the action to be performed.
HErrorDuplicates (Function)
Used to check whether a duplicate error occurred.
MenuIsMarked (Function)
Used to find out whether a checkmark is displayed in front of a menu option (popup menu or drop-down menu).
FileToMemoryTable (Function)
Populates a Table control programmatically with the records from a data file, HFSQL view or query (query created in the query editor or with HExecuteSQLQuery).
CurrentTitle (Function)
Modifies the title of the current window (returned by CurrentWin) and the title bar.
GalleryClosePopup (Function)
Closes the automatic zoom popup for the image gallery.
SysWinShow (Function)
Modifies the display status of a window.
TimerSys (Function)
Periodically and automatically calls a WLanguage procedure.
MenuAddSeparator (Function)
Adds a new separator in a menu (drop-down or context menu).
MenuInsertSeparator (Function)
Inserts a separator into a menu.
grSurfaceGridlines (Function)
Displays the gridlines for the different planes of a Surface chart.
SysValidHandle (Function)
Checks the validity of a window handle.
EmailProgressBar (Function)
Manages a progress bar while sending and receiving emails.