ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Changing sites from AWP to SEO-ready session mode
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...
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.
IdentifierAWPContext (Function)
Returns the identifier of the AWP session.
The Active WEBDEV Pages
You want to reference several pages of your WEBDEV website?...
FileDisplay (Function)
Displays a file in the user's browser.
ConfigureAWPContext (Function)
Configures the mode of the AWP session.
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...
InAWPMode (Function)
Used to determine if the page currently run is an Active WEBDEV Page.
DeclareAWPContext (Function)
Used to declare a list of variables whose values will be persistent between successive displays of Active WEBDEV Pages.
Clipboard (Function)
Retrieves the text or image found in the system clipboard.
grSurfaceMesh (Function)
Enables or disables the mesh on a Surface chart.
RTFReplace (Function)
Replaces or inserts a character string in an RTF control (found in a window or in a report) or in a string in RTF (containing a text in RTF).
WarningAsynchronous (Function)
Displays a custom message in a non-blocking system warning window.
DocUpdateFormula (Function)
Updates the formulas in a document.
ControlVisible (Function)
Makes a control (or a group of controls) visible in a window. During this operation, an animation can be performed on the controls.
Automated tests of procedures and classes
The automated tests of procedure or class are used to test the different features proposed by the procedure or by the class......
ListSelectCount (Function)
Returns the number of elements selected in a List Box, ListView or Combo Box control.
HandleParentNext (Function)
Forces the parent of the next window to open.
SaaSIsConnected (Function)
Defines whether the connection to the SaaS web service is still established.
MapGetJSObject (Function)
Returns the instance of the API of Map control.
WindowCount (Function)
Calculates the number of windows currently opened in the current application.
MenuMark (Function)
Positions the checkmark in front of the menu option (popup menu or drop-down menu).
TableSortedColumn (Function)
Returns the list of sorted columns found in a Table control.
JSONToVariant (Function)
Converts a JSON string to a Variant variable.
Deploying in the cloud for PC SOFT applications
PC SOFT allows you to host your sites in the CLOUD for PC SOFT applications......
DnDEvent (Function)
Indicates the procedure to run during an event of Drag/Drop....
DnDIsDataAvailable (Function)
Checks whether a specific type of data is available during Drag/Drop....
Upper (Function)
Converts all characters in a string to uppercase according to the region settings defined in Windows.
DateValid (Function)
Checks the validity of a date between January 01 0001 and December 31 9999.
StatCorrelation (Function)
Calculates the coefficient of correlation between two series of values.
StatStandardDeviationP (Function)
Calculates the standard deviation for a full series of values.
WinScreenRectangle (Function)
Returns the coordinates of the screen that contains a window.
CalendarPosition (Function)
Returns the month displayed in a Calendar control.
BitPerPixel (Property)
The BitPerPixel property is used to get and change the number of bits per pixel in an image.