ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ActionUndo (Function)
Cancels the last action performed by the end user.
HDFS constants
The following constants are used by the HDFS functions:...
TelemetryAddMeasure (Function)
Adds a measure for a value or time sensor.
TelemetryAddPassage (Function)
Signals the code execution for a passage sensor.
ScreenType (Function)
Returns the type of screen on which the application is run: phone, tablet, computer or watch.
Comparing controls
In some cases, you may need to compare two controls in one or more windows or pages......
ActionRedo (Function)
Runs the last action canceled.
The Sliding Banner control
The Sliding Banner control is used to display several contents successively, either automatically, or further to an action performed by the Web user......
Handling a Sliding Banner control through programming
A Sliding Banner control can be handled through programming......
Automatic calculations in a Table control (AAF)
HManageServerUpdate (Function)
Used to manage the automatic update of HFSQL Client/Server servers by specifying the check frequency regarding the availability of updates....
Automatic server update
The HFSQL Control Center is used to implement the automatic server update......
Push notifications: format of notifications (Android and iOS)
An application written in WINDEV Mobile Android or iOS can receive Push notifications......
BreakAdd (Function)
Adds a break into a Table or Looper control.
grBarColor (Function)
Initializes the color of a specific bar in a Column or Stacked Column chart.
TitleHeader (Property)
The TitleHeader property is used to: Get the title and aspect of a column title-header (Table or TreeView Table control). Get the number of column title-headers (Table or TreeView Table control). Change the title and aspect of a column title-header (Table or TreeView Table control)....
WebserviceWriteHTTPCode (Function)
Specifies the HTTP code that will be returned at the end of the execution of the REST Webservice function.
WebserviceParameter (Function)
Gets the value of a parameter in a call to a SOAP or REST Webservice request.
Managing actions with Undo/Redo
WINDEV allows you to easily manage the Undo/Redo feature in your applications with the ActionXXX functions......
HTTPSend (Function)
Sends an HTTP request and waits for the response from the HTTP server.
Timeout (Property)
The Timeout property is used to get and change the maximum wait time before a request times out.
LooperRefreshVisible (Function)
Changes or returns the visibility status of the refresh bar in a Looper control.
TableRefreshVisible (Function)
Modifies or returns the visibility status of refresh bar in a Table or TreeView Table control.
ReturnedValue (Property)
The ReturnedValue property is used to handle the return value.
ParallelTaskExecuteAfterOne (Function)
Indicates a continuation parallel task that will be run once the first task is completed in an array of parallel tasks.