ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

DeclareAWPContext (Function)
Used to declare a list of variables whose values will be persistent between successive displays of Active WEBDEV Pages.
ConfigureAWPContext (Function)
Configures the mode of the AWP session.
The AWP technology (Active WEBDEV Page)
PC SOFT proposes a new technology...
Changing sites from AWP to SEO-ready session mode
IdentifierAWPContext (Function)
Returns the identifier of the AWP session.
FileDisplay (Function)
Displays a file in the user's browser.
InAppleWatchMode (Function)
Indicates whether the code currently run is in Apple Watch mode.
StringDelete (Function)
Deletes: all the occurrences of a substring within a string. part of a string within another string. The part of the string to remove is identified by its position and length....
InUniversalWindowsAppMode (Function)
Indicates whether the code is run in Universal Windows 10 App mode.
GalleryPopupDisplayed (Function)
Indicates whether the automatic zoom popup of the Image Gallery control is displayed.
DotNetVersion (Function)
Returns the version number of the .Net Framework available on the current computer.
InUniversalWindowsAppSimulatorMode (Function)
Indicates whether the code is run in the simulator for the applications in Universal Windows 10 App mode.
Classes, members, methods and properties
A class is made of......
Add (Function)
Adds an element in last position: of a one-dimensional WLanguage array. of an advanced array property (array of events of gglCalendar, etc.). from a WLanguage list....
ArrayAdd (Function)
Adds an element in last position: of a one-dimensional WLanguage array. of an advanced array property (array of events of gglCalendar, etc.). of a WLanguage list....
CertificateList (Function)
Returns the list of certificates available on the computer.
sInExitQueue (Function)
Retrieves the number of bytes waiting to be transferred in the output buffer of the specified serial port or parallel port.
16. Protecting access to the site: passwords
Ping (Function)
Checks whether a network address can be reached by using the ICMP protocol (similar to the PING network utility).
HNoModif (Function)
Forbids all the modifications on a data file (for all the programs, including the one that requested the no-modification policy).
GetUUID (Function)
Calculates a 128-bit Universal Unique Identifier ("UUID").
grParameter (Function)
Retrieves or modifies a chart parameter.
GetUUID256 (Function)
Calculates a 256-bit Universal unique identifier ("UUID").
ChronoReset (Function)
Stops and resets a running stopwatch.
Upload control properties
The Upload control can be handled in server code and in browser code by the WLanguage properties......
EmailStartSMTPSession (Function)
Starts a session for sending emails with the SMTP protocol.
Beep (Function)
Emits a beep.
SCM administrator: Managing the repository
The SCM administrator (Source Code Manager) allows you to directly handle the source codes of different projects included in the Source Code Manager......
Thumbnail (Property)
The Thumbnail property is used to find out and modify the image displayed in thumbnail in a Thumbnail control.
Multi-touch management functions
The following functions are used to manage the multi-touch......
Encode (Function)
Encodes a character string or a buffer. To decode the result, simply use Decode.