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.
dCircle (Example)
Usage example of the dCircle function
API (Example)
Usage example of the API function
fLock (Example)
Usage example of the fLock function
ControlAlias (Function)
Gets, modifies or restores the data binding to a control or group of controls.
Looper control functions
List of functions for managing Looper controls...
grOrigin (Function)
Modifies the start and end marks on one of the chart axes.
HTTPSend (Function)
Sends an HTTP request and waits for the response from the HTTP server.
OrganizerDeleteAll (Function)
Deletes all the appointments from an Organizer control.
OrganizerPosition (Function)
Displays an Organizer control from a specified date or returns the date of the first day (or the date of the last day) displayed in an Organizer control.
Length (Function)
Returns: the length of a string, i.e., the number of characters in the string (including spaces and binary zeros). the size of a buffer, i.e., the number of bytes in the buffer....
DateTimeLocalToUTC (Function)
Converts a local date and time (time zone, summer time, winter time) to UTC.
fOpenTempFile (Function)
Creates and opens a temporary file.
ArrayMoveLine (Function)
Allows: move a row in a two-dimensional array or in an advanced array property. The other array rows are moved accordingly. swap two rows in a two-dimensional array or in an advanced array property....
Middle (Function)
Extracts: a substring from a string starting at a specified position. part of a buffer starting at a specified position....
Image (Variable type)
The Image type is used to define the advanced characteristics of an image.
Decode (Function)
Decodes a character string that was encoded by Encode.
CallDLL32 (Example)
Usage example of the CallDLL32 function
grStartAngle (Function)
Sets the starting angle of the first section in the following types of chart: Pie, Semi-circular or Donut. Sunburst. Radial Bar chart....
SQLDisconnect (Function)
Closes the current connection and frees the memory used by the connection.
ServicePause (Function)
Pauses a service.
VersionHTTP (Property)
The HTTPVersion property is used to manage the HTTP version used by the server....
PrivateKey (Property)
The PrivateKey property manages connections that use private keys (SSH or MQTT connections).