ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Connection variable>.SetIntegrity (Function)
Enables or disables the management of an integrity constraint on a file link.
<Spreadsheet>.DeleteAll (Function)
Deletes the entire data from a Spreadsheet control found in a window (cells, formulas, size and header layouts).
<Source>.Track (Function)
Starts tracking write actions (addition, modification or deletion) performed on a file found in an HFSQL server.
DeleteParameter (Function)
Deletes a parameter (or a set of parameters) saved either by SaveParameter, or automatically via the persistence of data in the controls.
DeleteShortcut (Function)
Deletes a shortcut previously created by CreateShortcut from the Windows desktop, from the "Start" menu of Windows or from a specific directory.
Troubleshooting
This chapter presents the main problems (and their solutions) that can occur when using the WEBDEV Application Server...
WiFiActivate (Function)
Enables or disables Wi-Fi on the device.
geoTrackingEnable (Function)
Enables the management of location tracking in a WINDEV Mobile application.
SessionPrologue (Function)
Enables or disables a WLanguage procedure called on each request in a session.
<Source>.Filter (Function)
Defines and enables a filter on a data file, view or query.
<Source>.FilterStartsWith (Function)
Defines and enables a "Start with" filter on a file, view or query.
<Source>.FilterIncludedBetween (Function)
Defines and enables an "Included between" filter on a file, view or query.
HTrack (Function)
Starts tracking write actions (addition, modification or deletion) performed on a file found in an HFSQL server.
DateTime (Type of variable)
The DateTime type enables you to easily handle a date and a time...
HSetReplication (Function)
Temporarily disables (or re-enables) the replication.
HActivateTrigger (Function)
Re-enables a trigger that was disabled by HDeactivateTrigger.
Shadow (Property)
The Shadow property enables or disables the shadow of a shape in a diagram.
<Table>.FixColumn (Function)
Fixes a column to the left or frees a column fixed to the left.
Help: Summary table
In a WINDEV application, users have multiple help features at their disposal: Tooltip. Status bar. Help window. Advanced tooltip. Help page. HLP file....
<Table>.CellSelect (Function)
Returns the coordinates (row number and column number) of a selected cell. This function is kept for backward compatibility. It is recommended to use TableSelect.
Data Binding: Creating controls from the "Project explorer" pane
Data binding is a process that binds variables in memory to controls in a window or page......
Pull to refresh (Android/iOS): Window, Table and Looper controls
The "Pull to refresh" feature allows the user to "pull" a Table control, a Looper control or a window in order to refresh its content......
HActivateAutoFilter (Function)
Enables an automatic filter on the linked files when browsing an XML file.
HDeleteScheduling (Function)
Deletes a scheduled task found on an HFSQL server: stored procedure, backup, optimization, refresh of materialized view....
DashDelete (Function)
Deletes a widget displayed in a Dashboard control. The Dashboard control is updated and a free location replaces the deleted widget.