ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

The Active WEBDEV Pages
You want to reference several pages of your WEBDEV website?...
DeclareAWPContext (Function)
Used to declare a list of variables whose values will be persistent between successive displays of Active WEBDEV Pages.
InAWPMode (Function)
Used to determine if the page currently run is an Active WEBDEV Page.
IdentifierAWPContext (Function)
Returns the identifier of AWP context.
Changing sites from AWP to SEO-ready session mode
A query created in the query editor can contain several types of items...
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...
FileDisplay (Function)
Displays a file in the user's browser.
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...
ConfigureAWPContext (Function)
Configures the operating mode of the 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.
grOverlayChart (Function)
Used to display two different types of charts in the same chart.
DialogAsynchronous (Function)
Displays a non-blocking message box and calls a WLanguage procedure with the value of the button clicked by the user.
ExeInfo (Function)
Retrieves the specified information about the version of an executable or DLL.
FTPDate (Function)
Returns the different dates of a file (date the file was created, modified or accessed) located on an FTP server (File Transfer Protocol).
SOAPGetResult (Function)
Returns the result of the last SOAP procedure that was successfully run.
SCM: Adding an element to the repository
When an element is added to the SCM (Source Code Manager) repository, it is added to the reference project on the SCM server......
RibbonEndExpandedMode (Function)
Collpases a collapsed ribbon that is temporily expanded.
REST web service: Importing an API from OpenAPI
REST web service APIs can be described using OpenAPl files......
HFree (Function)
Transforms the crossed records (HCross) into deleted records.
HOnServerCall (Function)
Customizes the management of message display on the client computer and the management of disconnection from a client computer.
TableSelect (Function)
Returns the index of the selected element in the Table or TreeView Table control.
EmailReadPrevious (Function)
Reads the email found before the current email according to the protocol used (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
MapAddItinerary (Function)
Adds an itinerary onto a Map control.
SemaphoreCreate (Function)
Creates a semaphore.
HSetReplication (Function)
Temporarily disables (or re-enables) the replication.
FTPCommand (Function)
Sends a specific FTP command to a server.
zipExtractAll (Function)
Extracts all files from an archive and decompresses them.
Error (Function)
Displays a custom error message in a system error window.
DecryptStandard (Example)
Usage example of the DecryptStandard function
EmailReadLast (Function)
Reads the last incoming email according to the protocol used (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
FTPSend (Function)
Transfers a file or directory to an FTP server (File Transfer Protocol).
HTTPCookieReset (Function)
Deletes all cookies (globally or for a domain) stored: by the calls to HTTPRequest. by the calls to HTTPSend....