ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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.
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).
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.
TransparencyMode (Property)
The TransparencyMode property is used to get and change the transparency mode of an image.
xlsMsgError (Function)
Returns the caption of the last error caused by an XLS function.
Dynamic serving
"Dynamic serving" is a technique where the same address (URL) leads to 2 different pages......
xlsRow (Type of variable)
The xlsRow type is used to describe and modify a row in an Excel document...
MatRead (Function)
Reads the value of a matrix element.
The TimeLine control
The TimeLine control is used to represent chronologies of close events that can be parallel....
Native SQL Server Connector: Retrieving the output value of a stored procedure
The Native SQL Server Connector is used to: specify the input values during the call to a stored procedure. retrieve the output values after a call to a stored procedure....
FullTextIndex description (Type of variable)
A FullTextIndex description variable is used to describe one or more full-text indexes through programming.
BCDecode (Function)
Decodes the information stored in a QR Code bar code.
docStyle (Type of variable)
The docStyle type is used to define the advanced characteristics of a style belonging to a document, a paragraph or a document fragment.
zipExtractDirectory (Function)
Automatically extracts and decompresses files from a directory in the file tree of an archive to a physical location.
zipInfoFile (Function)
Returns the characteristics of a file found an archive: The name of the file and its stored path. The initial size of the file. The compressed size of file. The date and time of file creation. The date and time of file modification. The date and time of file access. The file attributes. The file encryption mode....
Handling data files in PHP
WEBDEV allows you to create a PHP site that handles data files......
Management of XML
WINDEV, WINDEV Mobile and WEBDEV include several functions for handling XML code......
Spreadsheet: Using the ribbon
The ribbon of the Spreadsheet control proposes several features and it allows you to define several settings......
Optional events: Retrieved information
In WINDEV, you can add optional events in the code of the different elements of an application......
docFragment (Type of variable)
The docFragment type is used to define the characteristics of a fragment found in a "docx" document.
Log-based replication: Programming the log-based replication in WLanguage
Several WLangage functions allow you to include log-based replication in your application and to customize it......
The different copy modes
Two different copy modes are proposed by WDTRAD......
FinRedemption (Function)
Creates an amortization matrix for a fixed-rate loan over a defined period of time.
SpeechSynthesisReadText (Function)
Reads the specified text using the device's text-to-speech engine....
Sound (Function)
Plays a sound in WAV format.
Appendix 2: Checking the server
Bloque entièrement ou partiellement un fichier externe....
SysRecentDocList (Function)
Returns the list of recently opened documents.
grSunburstGetData (Function)
Retrieves a numeric value from a Sunburst chart.