ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HPass (Function)
Defines the password used to create or open a data file.
Handling a Repositionable Note control through programming
A Repositionable Note control can be handled through programming......
grHMAddData (Function)
Adds a data into a Heatmap chart.
BurnerSave (Function)
Burns the files found in the compilation onto the CD or DVD.
Properties associated with Tab controls
A Tab control found in a window or in a page can be handled by several WLanguage properties......
Properties associated with a supercontrol
List of properties associated with a supercontrol...
Looper control properties
You can manipulate Looper controls in a window or page using the following WLanguage properties......
OpenPopupAsynchronous (Function)
Opens a popup window whose result will be retrieved via a WLanguage procedure ("callback").
DashDeleteAll (Function)
Deletes all widgets displayed in a Dashboard control.
grHMDeleteColor (Function)
Deletes the colors specified by grHMColor from a Heatmap chart.
grSeriesPointType (Function)
Modifies the type of point for a series found in a Line, Area, Scatter and Radar chart.
ModbusSendRawFrame (Function)
Sends a raw frame to a Modbus slave. This enables communication with devices that do not strictly comply with the Modbus standard.
RETURN statement
The RETURN statement is used to exit the current event, process or procedure and return a result...
HForward (Function)
Moves several records forward from the current position in the data file, according to a specified item.
PopupClose (Function)
Hides a popup displayed in the page via PopupDisplay.
Renaming a project
Renaming a project is used ton modify the name of the project. All the elements linked to the project before it is renamed are kept.
OAuth2Parameters (Type of variable)
The OAuth2Parameters type is used to define the information required to authenticate on a web service implementing the OAuth 2.0 standard.
DownloadParameter (Type of variable)
The DownloadParameter type is used to define all the advanced characteristics of a file download performed by DownloadAdd.
FBGetUserInformation (Function)
Retrieves the Facebook information of connected user.
Creating a replication
To understand the operating mode of ReplicEdit, we are going to create a replication by using a simple example......
DashDelete (Function)
Deletes a widget displayed in a Dashboard control. The Dashboard control is updated and a free location replaces the deleted widget.
grSeriesType (Function)
Defines the type of series used in a composite chart (chart containing several types of charts).
ExecuteRefreshUIElement (Function)
Immediately executes the "Request for refreshing the display" event of the given element.
Options displayed in a status bar with multiple cells
In the status bar description window, you can specify the options that will appear in each cell of the status bar......
HSortView (Function)
Sorts an HFSQL view by creating an index on a view item. This function uses the former view mechanism.