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.
WDInst: managing the files to install
The setup editor WDInst is used to manage the files to install......
Deploying the application for iPhone/iPad
To be able to test and/or deploy the application on a device (iPhone or iPad), you must enroll in the iOS Developer Program....
Creating, modifying, deleting a style
WINDEV gives you the ability to handle the styles defined for a help system (help file in HLP or CHM format)......
Aligning elements in a List Box or Combo Box control
There are different methods to align the elements in a List Box or Combo Box control......
WEBDEV styles
The WEBDEV styles are advanced styles, easier to use than the CSS styles......
The Cube control
The Cube control is a mobile layout control that automatically performs rotations around the different axes......
Checking out an element
To work on a project element found in the Source Code Manager, you must check out the element before it can be modified......
AWP without UI
Bootstrap, Angular, React, Vue......
HExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
4. Multiple generation
Project configurations allow you to easily define the "target" platforms of the project....
WDInst: configuring the directory of the data files and the directory of the files of user groupware
The setup editor WDInst ("Tools......
StreamPlay (Function)
Resumes the reception or the emission of a data type in a stream.
StreamReject (Function)
Refuses a request for stream connection.
StreamStop (Function)
Stops receiving or broadcasting a type of data in a stream.
StreamAccept (Function)
Associates a stream connection request with a Conference control.
StreamConnect (Function)
Connects a stream (and the associated control) to a specific address.
Error 1060: Unable to call method without parameter: add ()
The Combo Box control
The "Combo Box" control is used to display a list of elements and to select an element from this list......
WDInst : generating the setup program
Generating the setup program is used to create the setup program according to the characteristics specified in the setup editor WDInst....
Deploying a Java archive
Like for any application, WINDEV allows you to create a setup program for a Java application......
6. Multiple generation
...Multiple generation...
Optional connection information
When defining the connections in the data model editor or when defining the connections through programming, you have the ability to specifier the optional connection information......
Help about new features: Letting users know about changes
Applications are constantly evolving......
awSendAndGetInfo (Function)
Sends data from an iOS phone to an Apple Watch (or conversely) while expecting a response.
Android permission management
Android applications require permissions to provide certain features that may require access to sensitive data or sensitive device functionalities......