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.
Flexbox control description: General tab
In the "General" tab of the Flexbox control description window, you can view and change the options of the different controls integrated into a flexbox container......
Checking an element back in the Source Code Manager (SCM)
Checking an element back in the repository is used to make the modified element available to all the users of the Source Code Manager......
WDAPI: Using the APIs in a WINDEV application
The two most interesting features of WDAPI are......
Easier navigation in the editors
The navigation in the editors is simplified by the presence of a new dynamic navigation bar, enabled by [CTRL] + [TAB]......
Events associated with the Conference control
List of events associated with a Conference control...
12. Preventing from going back to a page
WDInst: handling the files to install
By default, the files to install are......
The Cell control
The Cell control contains controls......
Office tools
WINDEV includes multiple "Office" controls that allow end users to use the desired tools without leaving the application......
ImageState (Property)
The ImageState property is used to get and change the number of drawings in: The image associated with a button. The image of the cursor in a slider. The image associated with the button of a sidebar pane. The image associated with the button of a tab pane. The image associated with the Rating control. The image associated with a group in a Ribbon control. The image associated with a menu option....
ERR_NO_END_TAG
Modifying an external component
An external component created and generated by WINDEV, WEBDEV or WINDEV Mobile can be modified at any time......
Storing files in Android
The file system on the devices running Android is divided into two main storage areas......
<Source>.ExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
StreamDisconnect (Function)
Stops receiving or broadcasting a stream.
StreamInfo (Function)
Returns the name and/or number of the stream issuer....
Remote WEBDEV administrator: Saving and restoring a WEBDEV site
The remote management tool is used to manage the backups of your dynamic WEBDEV sites....
SEO of a WEBDEV site
In order for your site to get visitors, the Web users must be able to find it......
Spreadsheet control in a report
The spreadsheet is one of the most often used business tools. You have the ability to create reports that print the data found in a spreadsheet....
ERR_MAX_CONNECTION
...ERR_MAX_CONNECTION...
Describing the Action Bar control
This help page presents the main aspects of the Action Bar description window......
Options of the window editor
To configure the general options of the window editor......
Currencies
A currency is a real coded on 10 bytes....
Native Oracle Connector: Specific features and remarks
Remarks and specific features of the Native Oracle Connector...
Search and full-text index
HFSQL proposes a quick search for character strings in the data......