ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Controls that can be moved in a page
WEBDEV proposes two modes for moving controls in a page......
TableSelectPlus (Function)
Selects a row in a Table or TreeView Table control.
Page constants
List of constants used by page functions....
OpenPopup (Function)
Opens a popup window and waits for this window to be closed.
RequestUpdateUI (Function)
Requests the execution of the "Request for refreshing the display" event (and gives back control without waiting for the execution of the event). This function is kept for backward compatibility.
RequestRefreshUI
Requests the execution of the "Request for refreshing the display" event (and gives back control without waiting for the execution of the event).
Crosstab report
The report editor allows you to create "Crosstab" reports......
BackgroundTaskAdd (Function)
Adds a new background task.
OpenPopupAsynchronous (Function)
Opens a popup window whose result will be retrieved via a WLanguage procedure ("callback").
RedisPipelineReset (Function)
Ignores the results of the execution of a Redis command that was added by RedisPipelineAdd.
Managing geolocation and GPS
WINDEV Mobile and WEBDEV allow you to exploit geolocation and GPS features found on mobile devices and browsers.
JSEvent (Function)
Associates a browser procedure with an event on an object in browser code.
RedisPipelineGet (Function)
Retrieves the result of the execution of a Redis command that was added by RedisPipelineAdd.
PopupDisplayPage (Function)
Displays a WEBDEV page as a popup in the current page with a DDW (Dim Disabled Windows) effect.
OpenPopupPosition (Function)
Opens a popup window by specifying its opening position and waits until it is closed.
Handling a Progress Bar control through programming
A Progress Bar control can be handled through programming......
SQL query (WLanguage type)
The "SQL query" type is used to write an SQL query in the WLanguage code.
Passing parameters
The parameters can be passed to a procedure......
<Spreadsheet>.AddFormula (Function)
Adds a calculation formula into a Spreadsheet control found in a window.
SessionHeartBeatEnable (Function)
Enables or disables the "heartbeat" of the current session.
Integrating a WEBDEV site into a WINDEV application
By integrating a website into a window in a desktop application, you can share existing elements and boost productivity......
Characteristics of a Looper control in a window
To display the control characteristics, select "Description" in the context menu of control......
RedisPipelineAdd (Function)
Adds a Redis command in a pipeline.
HInfoLog (Function)
Returns information about the server logs.
VisibleWithAnimation (Property)
The VisibleWithAnimation property is used to make a control visible or invisible via the "Appear/Disappear" animation....