ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

BrowsedFile (Property)
The BrowsedFile property gets and sets the data source used to display records in controls based on a data file.
Generating the RAD pattern
To generate a RAD pattern:...
ArraySeek (Function)
Searches for the index of an element in a WLanguage array.
FileToScreen (Function)
Automatically updates the controls in a window or page with: the values of the bound items in the current record (loaded in memory) of the data file described in the data model editor. the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
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......
List Box control properties
You can manipulate List Box controls in a window or page using the following WLanguage properties......
TableAddChild (Function)
Adds a row into a TreeView Table control, at the end of a given hierarchy level.
TableDeleteChild (Function)
Deletes all child rows from a branch of the hierarchy.
grHMGetData (Function)
Retrieves data from a Heatmap chart.
Dashboard control functions
The list of functions for managing Dashboard controls is as follows......
DashCount (Function)
Returns the number of widgets found in a Dashboard control.
Global procedure/function
A global procedure can be used in all the processes or events of the project....
Using several libraries in an application
A library is a WDL file that contains all the resources......
ModbusDisconnect (Function)
Closes the Modbus session.
TableInsertChild (Function)
Inserts a row into a TreeView Table control, in a given hierarchy level.
TableGiveChild (Function)
Returns the "children" of an element (lower level) in a TreeView Table control.
FBRequest (Function)
Performs a communication request (HTTP request) to the Facebook Graph API.
AssistedInputAdd (Function)
Adds a row to the list of values available in the autocomplete suggestions of an Edit control.
Looper control linked to a data file
A Looper control can be used to display the content of a data file or query......
Using ODBC on HFSQL Classic via JDBC
The ODBC driver on HFSQL Classic is used to access a HFSQL Classic database from an external database software that supports ODBC accesses......
grHMAddData (Function)
Adds a data into a Heatmap chart.
FBStopSession (Function)
Stops the Facebook session that was started by FBStartSession.
TableTypeItem (Function)
Checks the existence of an element in a TreeView Table and returns its type (node or leaf) if the element exists.
grSunburstAddData (Function)
Adds a data to a Sunburst chart.
Thumbnail (Property)
The Thumbnail property is used to: get the value of an item thumbnail. This item was defined in the data model editor or through programming. get and change the image associated with a Thumbnail control....