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.
Number (Property)
The Number property gets the number of an element.
PrivateKeyPassword (Property)
The PrivateKeyPassword property sets the key file password (for a private key connection).
ExceptionThrow (Function)
Artificially triggers the security mechanism of WLanguage by throwing an exception.
CriticalSectionEnd (Function)
Marks the end of critical section: the code will be run by another thread.
Encryption (Property)
The Encryption property gets and sets the encryption algorithm used.
grGridlines (Function)
Displays or hides the chart gridlines.
grLineThickness (Function)
Retrieves and/or modifies the value of the line thickness in a line chart....
grSaveBMP (Function)
Saves a chart that was previously drawn in a file in BMP format.
xlsOpen (Function)
Opens an Excel file (xls or xlsx files).
GPSLastPosition (Function)
Retrieves the information about the last known device position.
xlsSave (Function)
Saves an XLS document.
BurnerCancel (Function)
Cancels the current burn process.
ThreadMode (Function)
Changes the management mode of threads.
MessTranslate (Function)
Retrieves a message found in the code of a program in the current language.
EmailReadLastHeader (Function)
Reads the header of the last Email received, depending on the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
EmailReadFirstHeader (Function)
Reads the header of the first incoming email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
EmailReadPreviousHeader (Function)
Reads the header of the email found before the current email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
SchedulerSelectPlus (Function)
Selects an appointment in a Scheduler control.
SchedulerSelectMinus (Function)
Deselects an appointment from a Scheduler control.
BTActivate (Function)
Enables or disables the management of Bluetooth on the device.
UUDecode (Function)
Decodes a character string in UUEncode format.