ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Working with the Source Code Manager
The principle for working with the Source Code Manager is as follows......
Table control functions
List of functions specific to Table controls...
<Component>.Load (Function)
Loads an external component independent of the current project.
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.
<Table>.DisableFilter (Function)
Disables a user filter on a column or on all the columns found in a Table or TreeView Table control.
ComponentLoad (Function)
Loads an external component. This component can be: an external component present in the current project. an external component independent of the current project....
Table control properties
A Table control found in a window or in a page can be handled in WLanguage by the following properties......
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......
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......
GPSFollowMovement (Function)
Requests to be notified periodically of the device's current location....
<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.
Testing a Mobile application
By testing the project you can simulate how the application will run when launched by the user......
WEBDEV concepts
Data model editor: the different types of items
The different types of items proposed in the data model editor are as follows:
TableEnableFilter (Function)
Implements a user filter on a column found in a Table or TreeView Table control.
HExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
TableMoveLine (Function)
Moves a row or swaps two rows in a Table control.
<Table>.MoveLine (Function)
Moves a row or swaps two rows in a Table control.
NotifPushProcedure (Function)
Specifies the WLanguage procedure called when a push notification is received by a WINDEV Mobile application (Android or iOS).
<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....
TableDisplay (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....
NotifPushDisable (Function)
Disables the management of push notifications for a WINDEV Mobile application (Android or IOS).