ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

How to create a patch?
TableDisableFilter (Function)
Disables a user filter on a column or on all the columns found in a Table or TreeView Table control.
GPSFollowMovement (Function)
Requests to be notified periodically of the device's current location....
Table control properties
A Table control found in a window or in a page can be handled in WLanguage by the following properties......
NotifPushDisable (Function)
Disables the management of push notifications for a WINDEV Mobile application (Android or IOS).
Declaring a procedure/a function
The different syntaxes for declaring a procedure...
Programming Table controls based on a data file (prefix syntax)
This page explains how to program Table controls based on a data file......
NotifPushEnable (Function)
Enables the management of push notifications in a WINDEV Mobile application (Android or iOS).
Assisted universal replication
To easily establish the universal replication between the data of a remote application and a central database, WINDEV and WEBDEV allow you to......
<Table>.EnumColumn (Function)
Returns the name of a column found in a Table or Treeview Table control.
TableEnumColumn (Function)
Returns the name of a column found in a Table or Treeview Table control.
TableInsert (Function)
Inserts a row into: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
AppointmentReset (Function)
Reinitializes: the Appointment structure. the Appointment variable....
Data model editor: the different types of items
The different types of items proposed in the data model editor are as follows:
Translating a text file with WDTRAD
NotifPushSend (Function)
Sends a push notification to a mobile device (iOS or Android).
<Table>.MoveLine (Function)
Moves a row or swaps two rows in a Table control.
TableSearch (Function)
Performs a search in: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
EmailRunApp (Function)
Starts the native application for sending emails found on the current computer: Computer running Windows, Mobile device (Android, iPhone, iPad)....
<Table>.Display (Function)
Refreshes a Table or TeeeView Table control from a given position: for a control linked to a file: changes made in the linked data file are reflected in the control. for a control handled programmatically: the calculated columns are re-calculated....
Analysis: Describing data files
The analysis is used to define the structure of data files used by the project......
Specific features of Android applications
The development of Android and WINDEV Mobile applications is different in the following fields......
Appointment (Type of variable)
The Appointment type is used to define the advanced characteristics of an appointment: time, location, ...
Content of the Table control
A Table control can be based on a data file, based on a variable or populated programmatically......
TableModify (Function)
Modifies a row in: a Table control, a TreeView Table control, a table displayed in a Combo Box control....