ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

EmailRunApp (Function)
Starts the native application for sending emails found on the current computer: Computer running Windows, Mobile device (Android, iPhone, iPad)....
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.
Translating a text file with WDTRAD
TableSearch (Function)
Performs a search in: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
Database schema editor: the different types of sections
The different types of items proposed in the data model editor are as follows:
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....
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....
Developing applications for Android
WINDEV Mobile allows you to develop applications for the Android operating system......
<Table>.ColumnIndex (Function)
Returns the index of a column in a Table or Treeview Table control.
ExeInfo (Function)
Retrieves the specified information about the version of an executable or DLL.
<Table>.SwapLine (Function)
Swaps: two rows in a Table control populated programmatically. two branches in a Treeview Table control populated programmatically....