ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Null (Reserved word)
The Null keyword can be used according to different methods in WLanguage...
Aligning elements in a List Box or Combo Box control
There are different methods to align the elements in a List Box or Combo Box control......
StatSum (Function)
Calculates the sum for a series of values.
StatMax (Function)
Calculates the maximum value for a series of values.
StatMin (Function)
Calculates the minimum value for a series of values.
fWebDir (Function)
Returns the physical name of the directory containing the images, the JavaScript files and the Java files of the WEBDEV site.
StatAverage (Function)
Calculates the arithmetic, geometric or harmonic mean for a series of values.
Constants for managing images in websites
WEBDEV administrator: General configuration
The "Configuration" tab is used to define the default connection options for the WEBDEV sites found on the server and managed by the administrator......
WDINT license agreement
WDINT license agreement...
Merge (Property)
The Merge property is used to merge the cells of a Table or TreeView Table control.
Controls that can be moved in a page
WEBDEV proposes two modes for moving controls in a page......
StatAverageDeviation (Function)
Calculates the average deviation of values in relation to their arithmetic mean.
xlsNbColumns (Function)
xlsNbColumns is kept for backward compatibility only.
HTTPCookieManage (Function)
Enables or disables the management of cookies in an HTTP request run: by HTTPRequest. by HTTPSend....
beaconGroup (Type of variable)
The beaconGroup type is used to define the advanced characteristics of a set of Beacons.
MyParent (Reserved word)
MyParent is used to handle...
ProgressBarDisable (Function)
Stops the periodic refresh of a Progress Bar via Ajax.
Constants for managing the registry
List of constants used by the registry management functions....
grDestinationWnd (Function)
Defines a window as chart destination.
OBEXListFile (Function)
Lists the files shared by a device that is using the OBEX protocol.
ReturnToCapture (Function)
Stops the current process and forces the input in the specified control, window or page.
SetFocusAndReturnToUserInput (Function)
Stops the current process, sets the focus to the specified control, window or page, and allows the user to enter data.
StatCorrelation (Function)
Calculates the coefficient of correlation between two series of values.
Page in Session mode: Populating controls after a long process
In a web application, you may need to run long processes (for example, to update counters......
Manipulating a Layout control programmatically
A Layout control can be......