ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

dBackground (Function)
Declares the default background color for the rectangles, circles, etc.:: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
SocketCreateUDP (Function)
Creates a socket that uses the UDP protocol.
gLinkActivate (Function)
Allows (or not) retrieving the value defined by gLink in a List Box or a Combo Box control. Function kept for compatibility. It is recommended to use gStoredValueEnable....
TableEnumColumn (Function)
Returns the name of a column found in a Table or Treeview Table control.
grOverlayChart (Function)
Used to display two different types of charts in the same chart.
Constants for managing errors and exceptions
List of constants used by the functions for managing errors and exceptions....
Modulo (Reserved word)
Returns the remainder of a division.
Stack (Type of variable)
A Stack variable is a structured type that is used to group a set of elements of the same type.
ReplicInfo (Function)
Returns information about a replication.
grAutoRefreshCategoryLabel (Function)
Identifies or defines whether the category labels are refreshed whenever the chart is drawn.
HTTPCreateForm (Function)
Creates an HTTP form.
grDestinationControl (Function)
Defines an Image control as destination of a chart.
Language (Property)
The Language property is used to get and change the language used.
dCircle (Function)
Draws a circle or an ellipse: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
dPen (Function)
Declares the default color and style for the lines, rectangles, circles, ... found: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
iFont (Function)
Selects the default font.
Millisecond (Property)
The Millisecond property is used to: Retrieve the number of milliseconds from a Time, DateTime or Duration variable. Modify the number of milliseconds in a Time, DateTime or Duration variable. Retrieve the milliseconds or the number of milliseconds from a Date item (in "Date and Time" or "Duration" format) Modify the milliseconds or number of milliseconds in a Date item ("Date and Time" or "Duration" format)...
Second (Property)
The Second property is used to: Retrieve the number of seconds from a Time, DateTime or Duration variable. Modify the number of seconds in a Time, DateTime or Duration variable. Retrieve the seconds or the number of seconds from a Date item (in "Date and Time" or "Duration" format) Modify the seconds or the number of seconds in a Date item (in "Date and Time" or "Duration" format)...
BurnerCompilationInfo (Function)
Retrieves the characteristics of current compilation.
XMLFind (Function)
Performs a search in an XML document.
LooperSort (Function)
Allows you to: Sort a Looper control according to one or more attributes. Sort a Looper control on all its attributes. Cancel a sort that was performed beforehand (which means ignore the sort)....
Sequencing reports
In some cases, you may want to print several reports one after another, and view them in the same print preview....
ArcTan (Function)
Returns the arc tangent of a numeric value (integer or real).
ServiceUninstall (Function)
Uninstalls a service.
Exchange operator (<=>)
The <=> operator is used to exchange the contents of two elements...