ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

How to create a patch?
TableEnumColumn (Function)
Returns the name of a column found in a Table or Treeview Table control.
SCM: Working with the Source Code Manager
The principle for working with the Source Code Manager is as follows......
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).
NotifPushDisable (Function)
Disables the management of push notifications for a WINDEV Mobile application (Android or IOS).
WEBDEV concepts
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....
Testing a Mobile application
By testing the project you can simulate how the application will run when launched by the user......
<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....