ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

CancelAWPContext (Function)
Deletes from the AWP context a variable that was added by DeclareAWPContext.
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.
The AWP technology (Active WEBDEV Page)
PC SOFT proposes a new technology...
The Active WEBDEV Pages
You want to reference several pages of your WEBDEV website?...
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.
SQLExec (Example)
Usage example of the SQLExec function
ContactAdd (Function)
Adds a contact: in a Lotus Notes or Outlook address book. in the contacts list of your device (Android, iPhone or iPad)....
PDFToText (Function)
Extract the text contained in an Document PDF.
zipChangePath (Example)
Usage example of the zipChangePath function
Value (Property)
The Value property gets and sets the value of an element.
Edit control
The Edit control allows users to enter data......
MouseXPos (Function)
Returns the horizontal position (X) of the mouse cursor relative to the specified window or control. Used in a mouse or stylus process (click, hover, left or right button down, etc.).
MouseYPos (Function)
Returns the vertical position (Y) of the mouse cursor relative to the specified window or control. Used in a mouse or stylus process (click, hover, left or right button down, etc.).
XMLDocument (Example)
Usage example of the XMLDocument function
mongoCollection (Type of variable)
The mongoCollection type is used to define the advanced characteristics of a collection in a database of a MongoDB server.
ContactAdd (Example)
Usage example of the ContactAdd function
zipAddDirectory (Example)
Usage example of the zipAddDirectory function
FinDecreasingRedemption (Example)
Usage example of the FinDecreasingRedemption function
Software factory: Implementation
To implement the software factory on your WINDEV, WEBDEV or WINDEV Mobile projects, you must:...
zipExtractPath (Example)
Usage example of the zipExtractPath function
<Scanner variable>.ToImage (Function)
Retrieves a document from a scanner in a variable of type Image.
zipSplit (Example)
Usage example of the zipSplit function
fEncrypt (Example)
Usage example of the fEncrypt function
EmailSendMessage (Example)
Usage example of the EmailSendMessage function