ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

How to set the focus to a column in a Table control?
To set the focus to a column in Table control (i.e. to be positioned in input in this column), ...
<Table>.SetFocus (Function)
Gives focus to a line in a Table or hierarchical Table field: the field switches to input for the specified line and column.
How to clone and use columns in a Table control?
In some cases, a Table control must be filled with an unknown number of columns (when creating the control).
TableSetFocus (Function)
Gives focus to a line in a Table or hierarchical Table field: the field switches to input for the specified line and column.
TableColumnSelectOccurrence (Function)
Returns the number of selected columns found in a table. This function is kept for backward compatibility. It is recommended to use TableSelectCount.
Assisted HFSQL error handling
WINDEV, WEBDEV and WINDEV Mobile include a module for assisted management of HFSQL errors......
Deploying an Android application
WINDEV Mobile tutorial: Deploying an Android application 10 min
HBase functions
The following functions are used to manage HBase databases:...
The Map control
The Map control allows you to display a map in order to geolocate, create a route, display points of interest (POI) and more....
PDF Reader control and PDF file management constants
PDF Reader control and PDF file management constants...
2. Layouts: Managing menus
WEBDEV Tutorial - WEBDEV layouts Lesson 2 - Layouts: Managing menus - 30 min
Transactions: Secure processes on HFSQL data files
This chapter presents the following topics......
ScreenSize (Function)
Returns the size (in inches) of the diagonal of the screen on the device where the application is run.
Socket: Creating a simplified socket server
WINDEV gives you the ability to create a simplified socket server......
Android: Conditions for using the Map control (before version 180056)
The Map control is using the Google Maps API library. The Map control displays data coming from the Google Maps service....
Editable reports
The report editor can be used to create form reports, which include different controls allowing users to enter data......
Responsive Web Design: Tips
The Responsive Web Design was used in your pages but you still encounter some lock points......
jQuery (Function)
Runs a JavaScript method (or several chained methods) of the jQuery library on a page element.
1. Windows generated using the RAD methodology
The RAD (Rapid Application Development) is used to create windows from......
Aliases on data files: HAlias
The aliases are used to handle......
AS/400: Development method
The Native AS/400 Connector simplifies access to AS/400 data from your WINDEV and WEBDEV applications......
SQL view
An SQL view is a virtual data source defined by an SQL query......
PageDisplay (Function)
Displays a web page in the user's browser....
ImageInfoList (Function)
Returns the list of Exif tags available for the image used.
SNMPStartSession (Function)
Starts an SNMP session.
Customizing the system information windows (or dialog boxes)
Your applications use several system dialog boxes? A specific skin template is used in your project? Why not customize these windows and give them the "appearance" of your application?......
Different page layout methods
Tutorial - Anchors, zoning and layouts Different page layout methods - 30 min
TestMode (Property)
The TestMode property determines if the Ad control displays a test ad.
EmailStartSMTPSession (Function)
Starts a session for sending emails with the SMTP protocol.
grLegend (Function)
Indicates the presence and position of legend in a chart.