ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

PVTToExcel (Function)
Creates an Excel file with data from a Pivot Table control.
WinEdUndo (Function)
Undoes the last action performed by the end user when modifying the interface ("Allow end users to modify the UI" option enabled).
HTTPGetResult (Function)
Retrieves the result or the header of last HTTP request run.
WiFiConnectionInfo (Function)
Returns the requested information about the current Wi-Fi connection of the device.
Error 107: Redefinition of the parameter
HModifyViewRights (Function)
Modifies the rights granted to a user or to a group on a SQL view or on a materialized view.
Action Bar properties
You can manipulate Action Bars in a window using the following WLanguage properties.
WidthInPixel (Property)
The WidthInPixel property is used to get the width in pixels of a control in a report.
VibrationStop (Function)
Stops the vibrations of the device (even if they have been triggered by another application).
BTLEListDevice (Function)
Returns the list of accessible Bluetooth Low Energy devices.
WinEdRedo (Function)
Runs the last action undone by the end user ("Allow end users to modify the UI" option enabled).
IntegerToDay (Function)
Returns the day of the week corresponding to the specified date (this date is an integer).
Positioning a toolbar
A Toolbar control can be created in a standard window or in an MDI parent window......
JSEvent (Function)
Associates a browser procedure with an event on an object in browser code.
HConnect (Function)
Redefines one or more connection parameters via Native Connector (Access, SQL Server, MySQL or Oracle) or via an OLE DB access on a specific table or set of tables.
Compilation instruction: IF TargetExecution
The <IF ExecutionTarget> compile statement allows you to compile or not compile a WLanguage code depending on the execution target.
HTML Editor control events
The following events appear by default in the WINDEV and WINDEV Mobile code editor...
iPageHeight (Example)
Usage example of the iPageHeight function
EnumControl (Function)
Returns the name of Nth control found in the specified element.
ArraySeekByProcedure (Function)
Seeks an element in a one-dimensional WLanguage array by using a comparison procedure.