ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

InUMCMode (Function)
Indicates whether the code is run from a code written in a user macro-code.
HTTPCookieManage (Function)
Enables or disables the management of cookies in an HTTP request run: by HTTPRequest. by HTTPSend....
MapDisplayPosition (Function)
Centers the map displayed in a Map control on a geographical position or on a specific location.
NumberColumn (Property)
The NumberColumn property is used to: Get the number of columns in Table, Check Box, Radio Button controls, etc.. Set the number of columns in a multi-column List Box control....
URI constants
The following constants are used by URI-specific functions:...
Chart constants
List of constants used by the functions for chart management....
14. Managing the "Back" button in practice
beaconGroup (Type of variable)
The beaconGroup type is used to define the advanced characteristics of a set of Beacons.
Creating the Vision windows of the WINDEV RAD pattern
Report with parameters
When printing a report, you have the ability to pass parameters to this report......
Creating the Table windows of the WINDEV RAD pattern
MoveLine (Function)
Allows you to: move a row in a two-dimensional WLanguage array or in an advanced array property. The other array rows are moved accordingly. swap two rows in a two-dimensional WLanguage array or in an advanced array property....
Developing applications for iPhone/iPad
To develop a WINDEV Mobile application for iPhone/iPad, you need:...
OrganizerAddAppointment (Function)
Adds a new appointment to an Organizer control.
OrganizerListAppointment (Function)
Returns: the list of appointments found between two dates in an Organizer control, all appointments found in an Organizer control, a specific appointment (selected or hovered)....
OrganizerTimeDisplayed (Function)
Defines the time range displayed by the Organizer control in Day mode or in Week mode.
ExceptionInfo (Function)
Retrieves information about the current exception.
grClearPict (Function)
Erases the chart drawing (in an Image control or in a window).
SocketWaitForConnection (Function)
Run on the server, this function is used to wait for a connection request coming from the client sockets.
ErrorThrow (Function)
Throw a non-fatal error.
dModifyHSL (Function)
Modifies the hue, the saturation and the lightness of an image found: in an Image control, in an Image variable....
grOverlayChart (Function)
Used to display two different types of charts in the same chart.
iListNestedReports (Function)
Returns: the list of nested reports currently printed (reports run by iPrintReport in one of the processes of the report currently printed). the list of sequenced reports currently printed (iSequenceAdd)....
WLanguage code coloring
The code editor includes a coloring system for the different elements in WLanguage code....
WithSpace (Example)
Usage example of the WithSpace function