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.
grSunburstPullOut (Function)
Pulls out a section (or all the sections) in a Sunburst chart.
AssistedInputDeleteAll (Function)
Clears the list of values proposed for the assisted input of an edit control.
Managing contacts (mobile devices)
In your mobile applications, you have the ability to directly manage the contacts of your mobile device (Android, iPhone, iPad, Universal Windows)....
HashFile (Function)
Calculates the Hash of a file according to a specific algorithm.
grSunburstSectionColor (Function)
Changes the color of a section in a Sunburst chart.
UploadStart (Function)
Starts sending the selected files into an Upload control.
HFlush (Function)
Forces the operating system of the computer where the data files are found to write data onto the disk.
grSunburstStartAngle (Function)
Specifies the starting angle of the first section in a Sunburst chart.
HStatCalculate (Function)
Performs various statistical calculations on the file keys.
Options of the window editor
To configure the general options of the window editor......
ReplicSynchro: Use
NotifPushSend (Function)
Sends a push notification to a mobile device (iOS or Android).
dbgCheckEqual (Function)
Checks whether the expressions are equal in assertive programming and in automated test mode.
Mean (Function)
Calculates the mean of several elements: elements found in an array, numeric values, ......
NoSpace (Function)
Returns a string after removing the spaces: from the left and right side of the initial string. within the string....
fExtractPath (Function)
Returns the different elements of a path: disk, directories, name and extension of the file.
fCompress (Function)
Compresses a file.
fDateTime (Function)
Returns or modifies the different dates and times associated with a file or directory (date created, modified or accessed).
Constants for managing XLS files
List of constants used by the functions for managing XLS files....
grSunburstGetData (Function)
Retrieves a numeric value from a Sunburst chart.
TableBreakIndex (Function)
Returns the index of the break header and footer for a given break in a Table control.
HCreateMovableReplica (Function)
Creates a movable replication.
zipAddFileList (Function)
Adds a list of files (of any type) into an archive in ZIP, CAB, WDZ or 7z format and compresses it.
TableGiveParent (Function)
Returns the "parent" of an element in a TreeView Table control.
Table control populated programmatically: WLanguage
Here is an overview of how to handle Table controls populated programmatically in WLanguage....