ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HTTPAddParameter (Function)
Adds a parameter to an HTTP form.
ScreenToSource (Function)
Automatically initializes: the values of a data file's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
FTPName (Function)
Returns the name of last file accessed by an FTP function (File Transfer Protocol).
fMakeDir (Function)
Creates a directory (and the intermediate directories if necessary).
fCopyDir (Function)
Copies the contents of a directory and its subdirectories.
AppointmentReset (Function)
Reinitializes: the Appointment structure. the Appointment variable....
dRectangleGradient (Function)
Draws a rectangle: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
JavaLoad (Function)
Specifies the location of user classes required to run the Java application or the Java applet.
DisplayCurrency (Property)
The DisplayCurrency property is used to get and change the currency used when entering or displaying values in a "Currency + Euro" control.
grSeriesSecondaryAxis (Function)
Defines whether a series will be drawn on the secondary axis.
NullSupported (Property)
The NullSupported property is used to manage the NULL value in HFSQL data files.
Properties associated with a group of controls
Several WLanguage properties can be used on a group of controls found in a window, in a page or in a report......
Looper control properties
You can manipulate Looper controls in a window or page using the following WLanguage properties......
Image control properties
The Image controls include properties that can be handled in WLanguage both in the windows and pages but also in the reports......
iConfigure (Function)
Configures the printer for a print performed in WLanguage: by opening the configuration window. by modifying the printer used for the current print....
ControlAlias (Function)
Gets, modifies or restores the data binding to a control or group of controls.
ProgressBarEnable (Function)
Enables the refresh of a Progress Bar via Ajax.
grColumnAggregation (Function)
Defines the algorithm for aggregating data in a grouped or stacked Column chart.
httpProgress (Type of variable)
The httpProgress type is used to manage the progress when sending or receiving an HTTP request.
gFontItalic (Function)
Builds a sequence of characters used to specify whether or not the text that follows the call to this function is in italic type.
gFontUnderlined (Function)
Builds a sequence of characters to specify whether or not the text that follows the call to this function is underlined.
HTTPCookieWrite (Function)
Adds or modifies a cookie in an HTTP request.
grPiePullOut (Function)
Pulls out a section (or all sections) in a chart.
fMoveDir (Function)
Moves a directory and its content.
dPoint (Example)
Usage example of the dPoint function