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.
Hosting parameters
The hosting parameters define the default values that will be used to create the new hosting accounts......
HChangeLogDir (Function)
Modifies the location of log files corresponding to an HFSQL data file.
HCopyFile (Example)
Usage example of the HCopyFile function
LooperSearchEverywhere (Function)
Searches for a value in all the attributes of a Looper control.
EmailReadFirst (Example)
Usage example of the EmailReadFirst function
HRetrieveRecord (Function)
Returns the content of the current record (in a file, a view or a query, ...).
BitwiseNOT (Function)
Returns the result of a bitwise NOT operation performed on a value.
RTFToText (Function)
Returns the text without the formatting characteristics specific to the RTF format.
Activating an application or a site
When distributing an application or a site, you may want to offer both a full version and a limited version......
ExecutionMode (Function)
Allows you to: find out and/or modify the behavior of the application or site when some errors are generated. optimize the calls to the functions declared externally. find out and/or change how the application uses JITc. find out and/or modify the management mode of low references for all the instantiated objects....
WDDeploy: Deploying a package
WDDeploy can be used to......
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......
MatReadColumn (Example)
Usage example of the MatReadColumn function
IWListDelete (Function)
Deletes an internal window found in the list of internal windows browsed by an Internal Window control.
HDBDescribeFile (Function)
Describes a file in dBase3 format (most common format) programmatically.
OrganizerDeleteAll (Function)
Deletes all the appointments from an Organizer control.
Report based on an Organizer control
A report based on an Organizer control is used to directly print the information displayed in the Organizer control...
Handle (External language)
Returns the handle of a window or control.
Opacity (Property)
The Opacity property is used to get and define the opacity percentage for a window, or for controls in a window or page.
Monitoring robot: Creating a check
The monitor of the monitoring robot is used to create the different checks that must be performed by the monitoring robot......
Native SQL Server Connector: Programming with SQL functions
The SQL functions can be used to handle the SQL Server database......
AnchorRateRight (Property)
The AnchorRateRight property is used to: Find out the anchor rate when a control moves on the horizontal axis. Modify the anchor rate when a control moves on the horizontal axis....