ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TableEnd (Function)
Stops the manual iteration of data file linked to a Table control based on a data file.
HTMLOnErrorJS (Function)
Specifies the procedure to call if an error occurs while executing JavaScript code in an HTML Display control.
<Map>.DisplayArea (Function)
Moves the map displayed in the Map control so that the specified geographic area can be seen in its entirety.
<HTML Display control>.ExecuteBrowserProcedure (Function)
Executes a WLanguage browser procedure in an HTML Display control that displays a page created with WEBDEV.
<HTML Display control>.OnErrorJS (Function)
Specifies the procedure to call if an error occurs while executing JavaScript code in an HTML Display control.
<Connection variable>.NotifListCCRecipient (Function)
Returns the list of recipients of a notification sent via the Control Centers (WDBal messaging tool).
BackgroundColor (Property)
The BackgroundColor property is used to set the background color of a control, window, page or block of a report.
ImageYPos (Function)
Returns the vertical position (Y) of the mouse cursor in relation to the specified Clickable Image control.
Looper control functions
List of functions for managing Looper controls...
LooperModifyLine (Function)
Changes the values of the attributes in a row of a Looper control based on a data file or populated programmatically.
TableSelectToFile (Function)
Positions on the data file record corresponding to a row selected in the multiselection browsing Table control.
ExplorerAccept (Function)
Enables or disables the ability to perform "Drag and Drop" from the Windows explorer to a WINDEV window or control.
MandatoryInput (Property)
The MandatoryInput property is used to determine if a control is required and to enable or disable the required data input.
FileToMemoryList (Function)
Populates a List Box or Combo Box control programmatically with the records from a data file or query.
TreeTypeItem (Function)
Checks the existence of an element in a TreeView control and returns its type (node or leaf) if the element exists.
FlexRowGap (Property)
The Property FlexRowGap allows you to know and modify the height of the gutter which separates the lines of a control Flexbox.
<Gantt chart>.ChangeMode (Function)
Changes the number of days displayed in a Gantt Chart column in a Table or TreeView Table control.
<Gantt chart>.TimeDisplayed (Function)
Defines the time range displayed in a Gantt Chart column in a Table or TreeView Table control.
<Gantt chart>.WorkingHour (Function)
Overwrites the working hours on a row in a Gantt Chart column in a Table or TreeView Table control.
Kanban control functions
The following functions handle Kanban controls......
Web Component control properties
The Web Component control can be handled by the WLanguage properties in server code and in browser code......
Static control properties
List of properties associated with a Static control...
TreeView Table control properties
List of properties associated with the TreeView Table control...
How to choose the data source of a control?
This help page presents the different data sources available for a control....
Creating and using a REST Webservice
A REST WebService is a program hosted on a server containing functions accessible via HTTP requests......