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.
NbPrintedRec (Property)
The NbPrintedRec property is used to determine the number of records already printed.
FileToMemoryList (Function)
Populates a List Box or Combo Box control programmatically with the records from a data file or query.
BitwiseNOT (Function)
Returns the result of the bitwise logical NOT operation of a value.
gBackgroundGradient (Function)
Describes a display color in gradient mode.
Checked (Property)
The Checked property gets and sets the checkmark state of an element.
HAddGroup (Function)
Adds a group of users.
WithInput (Property)
The WithInput property determines if a Combo Box control supports data input, and enables or disables this behavior.
SpreadsheetAddFormula (Function)
Adds a calculation formula into a Spreadsheet control found in a window.
HStatDate (Function)
Returns the date of the last update for the index statistics.
Using new features exclusive to WINDEV Suite SaaS in a project
Version 2025 Update 1 introduces various new features specific to SaaS version......
iPrintImage (Example)
Usage example of the iPrintImage function
1. WLanguage
WINDEV Tutorial: WLanguage basics Lesson 1 - WLanguage - 5 min
Hyper File functions available for backward compatibility
Transforms all "in transaction" records into "normal" records if they do not belong to an ongoing transaction......
Generating an iOS application
Several steps must be performed to develop an iPhone/iPad application:...
HStatTime (Function)
Returns the time of the last update for the index statistics.
The triggers
A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification is performed (addition, deletion, modification, ......
AnchorRateBottom (Property)
The AnchorRateBottom property is used to: Find out the anchor rate when a control moves on the vertical axis. Modify the anchor rate when a control moves on the vertical axis....
Printing a report in WEBDEV
When creating a report, the test of this report can be run from the report editor. You also have the ability to include this report in your sites. The user can then print the report directly from a button, a menu option, etc....
Translating the code
WINDEV, WEBDEV and WINDEV Mobile allow you to automatically translate your WLanguage code from English into French and vice versa......
Events associated with List Box controls
List of events associated with List Box controls...
iHPos (Function)
iHPos is kept for backward compatibility.
MDL file (kept for backward compatibility): Pattern description
The MDL file is the file used to generate a RAD window......
AllowActionBarHiding (Property)
The AllowActionBarHiding property automatically hides the Action Bar.