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.
grSunburstStartAngle (Function)
Specifies the starting angle of the first section in a Sunburst chart.
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.
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....