ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Table>.EnumColumn (Function)
Returns the name of a column found in a Table or Treeview Table control.
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).
TableSelectPlus (Function)
Selects a row in a Table or TreeView Table control.
TableSort (Function)
Sorts a Table or TreeView Table control on one or more columns (lexicographical sort).
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......
Declaring a procedure/a function
The different syntaxes for declaring a procedure...
TableEnumColumn (Function)
Returns the name of a column found in a Table or Treeview Table control.
AppointmentReset (Function)
Reinitializes: the Appointment structure. the Appointment variable....
dSaveImageBMP (Function)
Saves an image: in a file in BMP format. in memory....
NotifPushSend (Function)
Sends a push notification to a mobile device (iOS or Android).
TableSelectCount (Function)
Returns the number of selected elements in a Table or TreeView Table control (especially multi-selection controls).
TableDelete (Function)
Deletes a row from: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
Data model editor: the different types of items
The different types of items proposed in the data model editor are as follows:
TableDeleteAll (Function)
Deletes all rows from: a Table control populated programmatically, a TreeView Table control populated programmatically, a table displayed in a Combo Box control....
dSaveImageGIF (Function)
Saves an image: in a file in GIF format. in memory....
Translating a text file with WDTRAD
<Window>.EdCreateNote (Function)
Creates a Repositionable Note control.
dSaveImageJPEG (Function)
Saves an image: in a JPEG file. in memory....
WinEdCreateNote (Function)
Creates a Repositionable Note control.
ToolTip (Property)
The ToolTip property is used to get and change the text displayed in the tooltip associated with a window or page control.
EmailRunApp (Function)
Starts the native application for sending emails found on the current computer: Computer running Windows, Mobile device (Android, iPhone, iPad)....
The Dashboard control
Dashboards are essential elements in an application......
Analysis: Describing data files
The analysis is used to define the structure of data files used by the project......
<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....