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.
awProcedureGetAndSendInfo (Function)
Specifies the WLanguage procedure that will be called when receiving information coming from awSendAndGetInfo.
awSendInfo (Function)
Sends an information from an iOS phone to an Apple Watch (or conversely).
awProcedureGetInfo (Function)
Specifies the WLanguage procedure that will be called when receiving information coming from awSendInfo.
Managing the analysis versions
WINDEV, WEBDEV and WINDEV Mobile allow you to manage the different versions of the analysis from the data model editor......
Testing a dynamic project from a test server
Before deploying your dynamic WEBDEV site, we recommend that you run the final tests from a test sever......
Reloading a document
To reload a document, ......
Specific features of Android applications
The development of Android and WINDEV Mobile applications is different in the following fields......
WDInst: Configuring the setup computer
When creating the setup program, WDInst allows you to configure the computer where the program will be installed......
WDMSG
You can create multilingual projects in WINDEV, WEBDEV or WINDEV Mobile......
Reintegrating text into a project
All the text form the translation file can be reintegrated into a project......
Report controls
Several types of controls can be handled in a report created by the report editor......
Defining clickable areas
In a page, an Image control can contain clickable areas......
The Thumbnail control
The Thumbnail control is used to automatically manage the display of images in thumbnail format......
6. Multiple generation
WEBDEV concepts
Find out the account that runs the AWP protocol
Selecting the keywords associated with a page
The keyword selection window allows you to select the keywords to be associated with a help page......
Runtime log
The runtime log is the best way to identify the most used features of an application......
The "Debugger" pane
The "Debugger" pane displays the debugger options when debugging the project or a project element ("Debugger" option)......
4. Activating a dynamic WEBDEV site
Types of help systems in a WINDEV application
There are multiple solutions to provide help to the users......
Setup of a WEBDEV site: Creating library
A library (file with a WDL extension) is used to group the resources of the project (pages, queries, ......
Replication server for the assisted universal replication
The assisted universal replication can use a replication server......
Description of a CSS style
This window allows you to describe a CSS style that will be used for the controls of your WEBDEV project......
4. When to use the debugger?