ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Monitoring robot: Configuring the robot parameters
From the monitor, you can change the configuration options......
Handling a control through programming in a report
All report controls can be handled through programming......
GesturePosX (Function)
Returns the horizontal position of the pointer (finger or stylus).
GesturePosY (Function)
Returns the vertical position of the pointer (finger or stylus).
Convert (Function)
Converts a numeric value into a binary string in order to perform a search on a numeric key.
WDInst: Customizing the setup program
The setup editor WDInst proposes a standard setup program......
Android: Conditions for using the Map control (before version 180056)
The Map control is using the Google Maps API library. The Map control displays data coming from the Google Maps service....
SysScreenOrientation (Function)
Allows you to: get the screen orientation of the device (Android, iOS or Universal Windows phone). set the screen orientation of the device (Android phone)....
Report viewer: "Preview" tab
The report viewer allows end users to view reports before printing them......
PDF Reader control functions
The following functions are used to manage PDF Reader controls:...
ListDeleteAll (Function)
Clears a List Box, ListView or Combo Box control populated programmatically.
ListDelete (Function)
Deletes an element from a List Box, ListView or Combo Box control populated programmatically.
Multi-project processes: using batches
WINDEV, WEBDEV and WINDEV Mobile allow you to run a set of processes (compilation, generation, ......
Customizing the report viewer: Available windows
RequestUpdateUIParent (Function)
Asks to run the "Request for refreshing the display" process of parent. This function is kept for backward compatibility.
ExecuteUpdateUIParent (Function)
Immediately executes the "Request for refreshing the display" event of the parent. This function is kept for backward compatibility.
LooperPosition (Function)
Moves the scrollbar to display a specific row or returns the index of the first row displayed in a Looper control populated programmatically.
DashResizeWidget (Function)
Changes the dimensions of a widget found in a Dashboard control.
DashMoveWidget (Function)
Changes the position of a widget found in a Dashboard control.
AddColumn (Function)
Adds a column at the end of a two-dimensional array property (xlsDocument variable for example]).
grSaveWMF (Function)
Saves a chart that was drawn beforehand in WMF format.
grSaveEMF (Function)
Saves a chart that was drawn beforehand in a file in EMF format.
TreeView control linked to a data file
You have the ability to create TreeView controls directly linked to the data....
Internal procedure
Several features require a procedure called once or several times via a WLanguage function ("Callback")....
InsertColumn (Function)
Inserts a column at a given position into an advanced two-dimensional array property (xlsDocument, ...).