ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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), ...
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).
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.
TableColumnSelect (Function)
Returns the column number corresponding to one of the columns selected in the Table control. This function is kept for backward compatibility. It is recommended to use TableSelect.
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.
<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.
Testing a Mobile application
By testing the project you can simulate how the application will run when launched by the user......
Replication of mobile data (Android or iOS)
The assisted universal replication is available in Android and iOS......
eExchangeRate (Function)
Returns the value of the exchange rate for a currency.
The "Bubble" charts
A bubble chart shows the correlation between three variables via bubbles of different sizes: categories and values on the X and Y axes and an additional parameter. The size of the bubble indicates the value of this third parameter.
The "Area" charts
The Area chart is used to highlight the amplitude of a change......
Creating an application or website using RAD (Rapid Application Development)
The RAD (Rapid Application Development) is a technology used to easily create a full application (or site)......
StatCorrelation (Function)
Calculates the coefficient of correlation between two series of values.
fWriteLine (Function)
Writes a line into a text file (ANSI or UNICODE).
AssistedInputConfigure (Function)
Specifies how to open and filter the autocomplete suggestion list.
HLinkMemo (Example)
Usage example of the HLinkMemo function
Automatic Application Features (AAF) of Spreadsheet controls
The Spreadsheet control includes multiple Automatic Application Features (AAF) in order to simplify the use of the control......
Creating the summary
Users are familiar with summaries, as the summary is the first element they look at in printed documentation......
HSeekFirst (Function)
Positions on the first file record whose value for a specific item is greater than or equal to a sought value.
System popup menu
The system popup menus are managed by the system (Android, Windows, ......
Provider (Property)
The Provider property is used to manage the type of a connection (HFSQL Client/Server, OLE DB, etc.)....
Input suggestions in an Edit control
Implementing input suggestions in an Edit control is very simple......
HInfoMemo (Function)
Returns the characteristics of binary and text memos.
<Source>.LogInfo (Function)
Adds comments to the log when saving the operation.
<Source>.FileExist (Function)
Determines: whether a file exists, which means whether it was physically created (HCreation or HCreationIfNotFound). whether a view or a query was defined....
eCurrencyName (Function)
Returns the caption of a currency.
HChangeName (Function)
Modifies the physical name of a data file.
HExecuteView (Function)
Runs a view that was created beforehand (can be used to refresh the view data for example). This function uses the former view mechanism.
WDConver : Use in command line mode
Using WDConver in command line mode consists in running a conversion description created and saved with WDConver ("......
Automatic completion
The automatic completion helps you write WLanguage code in your applications......
HCreateMovableReplica (Function)
Creates a movable replication.