ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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.
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?...
FileDisplay (Function)
Displays a file in the user's browser.
ReturnedValue (Property)
The ReturnedValue property is used to handle the return value.
NotesCloseDatabase (Function)
Closes the local or remote database used (Lotus Notes or Domino).
NFC constants
List of constants used by the NFC functions...
Control (Type of variable)
The Control type is used to define the characteristics of a control.
EmailSendMessage (Function)
Sends an email using a given protocol (SMTP, MS Exchange, Lotus Notes, Outlook).
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).
grTooltip (Function)
Displays and formats: the tooltip associated with each section of a chart (section of a pie chart, column of a column chart, etc.). Also allows you to find out the characteristics of the tooltip associated with each chart section. a custom tooltip, associated with a point....
HTTPResetForm (Function)
Clears an HTTP form that is currently edited.
CloseSession (Function)
Closes a session with Lotus Notes or Outlook.
ServiceInstall (Function)
Installs a Windows service or a Linux daemon according to the information given in the members of the Service variable.
pdfAttachment (Type of variable)
The pdfAttachment type is used to define all the advanced characteristics of an attachment in a PDF document.
Replace (Function)
Replaces all occurrences of a specified substring in a string with another specified substring.
SQLGetTextMemo (Function)
Retrieves the content of a Text Memo column found in the query result, for the current line.
grAxisTitleFont (Function)
Modifies the font used for the titles of the chart axes.
grSeriesLabel (Function)
Initializes the label of a data series in a chart.
grDeleteSeries (Function)
Deletes a data series from a chart.
zipClose (Function)
Closes an archive.
zipSize (Function)
Returns the size of archive (in ZIP, RAR, CAB, WDZ or 7z format): the size of all compressed files found in the archive. the size of all files found in the archive before compression....
grInfoXY (Function)
Returns information about the series found at a specific chart point.
BurnerVolumeName (Function)
Allows you to find out or modify the name of the CD or DVD to burn.
grType (Function)
Identifies or modifies the type of chart.
fSelectDir (Example)
Usage example of the fSelectDir function
Serialize (Example)
Usage example of the Serialize function
ParallelTaskExecute (Example)
Usage example of the ParallelTaskExecute function
EnumElement (Example)
Usage example of the EnumElement function