ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Multi-touch support
A multitouch feature is a technique allowing the user to interact with a device via several contact points (the fingers are used in most cases)....
Automatic index generation
The automatic index generation suggests index keywords based on the content of your help page......
Managing iconic fonts
Include special characters in your captions via the iconic fonts....
Instant spotting of modified code/current code
The modified lines of code are immediately visible......
RadioButtonInsert (Function)
Inserts a new option into a Radio Button control.
RadioButtonAdd (Function)
Adds a new option into a Radio Button control.
jQuery (Function)
Runs a JavaScript method (or several chained methods) of the jQuery library on a page element.
Printing in Linux
WEBDEV and WINDEV allow you to print to PDF in Linux using WLanguage functions......
Flash control properties
The Flash control can be handled by the WLanguage properties in server code and in browser code......
Modbus functions (prefix syntax)
List of Modbus functions...
InComponentMode (Function)
Indicates whether the code is run: from a WINDEV application, a WEBDEV site or a PHP page. from a component....
Modbus constants
Constants used by the Modbus management functions....
Handling an element of a TreeView control programmatically
This help page explains how to handle the elements of a TreeView control either directly or via the WLanguage functions......
TableCellSelectOccurrence (Function)
Returns the number of selected cells found in a Table control. This function is kept for backward compatibility. It is recommended to use TableSelectCount.
<Looper>.Position (Function)
Moves the scrollbar to display a specific row or returns the index of the first row displayed in a Looper control populated programmatically.
<Table>.CellSelectOccurrence (Function)
Returns the number of selected cells found in a Table control. This function is kept for backward compatibility. It is recommended to use TableSelectCount.
<Source>.NbRec (Function)
Returns the number of records in a file, query or HFSQL view: active records, crossed records, deleted records, etc.
Help editor options
The options of the help editor ("Display......
FTPDateTime (Function)
Returns the different dates and times (creation, modification or access) associated with a file found on an FTP server (File Transfer Protocol).
Calendar control properties
Several WLanguage properties can be used on the Calendar control found in a window or in a page......
Context Menu control properties
You can manipulate Context Menu controls in a page using the following WLanguage properties......
Navigation Bar control properties
A Navigation Bar control found in a page can be handled in WLanguage by the following properties......
Web Camera control properties
A Web Camera control found in a page can be handled in WLanguage by the following properties.
Properties associated with the options of a Switch control
TableCount (Function)
Returns: the number of columns found in a Table or TreeView Table control. the number of rows found in a Table or TreeView Table control....