ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

External language: Programming in C
We are going to call the elements developed in WINDEV (project, windows, ...
Table,Col (External language)
Returns the current index of the column.
Table,Save (External language)
Updates or adds a record in the data file linked to the Table control.
Table,Count (External language)
Returns the number of elements in a Table control.
Table,Position (External language)
Sets the position on a given element or returns the element on the fist row of a Table control populated programmatically.
Table,Search (External language)
Searches for a value in a Table control populated programmatically.
Table,Get (External language)
Retrieves the value of a given element or the value of the selected element in a table.
Table,Select,? (External language)
Returns the index of the selected element in a Table control.
Table,Select,+ (External language)
Selects an element in a Table control.
Table,Delete (External language)
Deletes an element from a Table control.
Windows,TCurrent (External language)
Modifies the title of the current window.
Windows,Title (External language)
Modifies the title of the next window (or dialog box) displayed.
Windows,TNext (External language)
Modifies the title of the next window (or dialog box) displayed.
Specific features of the applications for iPhone/iPad
5. Unit tests
Unit tests (also called automated tests) are used to test windows, procedures and classes in an application at different levels of development......
Page contexts
In a Windows application, the information relative to a window is stored with the window......
Automatic management of exceptions
The management of exceptions can be customized by process......
Reverse code modeling
The reverse code modeling allows you to view in a graph......
Android permission management
Android applications require permissions to provide certain features that may require access to sensitive data or sensitive device functionalities......
WLanguage code coloring
The code editor includes a coloring system for the different elements in WLanguage code....
Constants for WLanguage types
List of constants for managing WLanguage types....
Custom properties (WLanguage)
A custom property is a code element with two events......
Brochure of new features: New WINDEV features
New features in WINDEV 28 presented in the New Features brochure....
Native MariaDB Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose a Native Connector to MariaDB (also called Native Access)......
4. Managing SMSs
With the WLanguage functions, WINDEV Mobile allows you to......
Handling a Multiline Zone control programmatically
...A Multiline Zone control can be handled programmatically using the control name....