ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

LooperModifyIP (Function)
Modifies a row corresponding to an internal page in a Looper control populated programmatically.
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....
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.
Variable scope
Variables can be declared anywhere in the code....
iPageWidth (Function)
Calculates the width (in millimeters) of the printable page while taking the left or right margins into account.
Installing the HFSQL Server module
Cherche les éléments d'un noeud HTML correspondant à une balise....
Handling menu options via the context menu
WINDEV and WINDEV Mobile support two types of menus: ......
Menus and menu options: Tips & Tricks
This page presents some operations specific to the menus and to the menu options......
WebserviceWriteHTTPCode (Function)
Specifies the HTTP code that will be returned at the end of the execution of the REST Webservice function.
Printing in Linux
WEBDEV and WINDEV allow you to print to PDF in Linux using WLanguage functions......
The Context Menu control (WEBDEV)
Context menus are often used in websites......
How to choose the data source of a control?
This help page presents the different data sources available for a control....
HSendMessageToClient (Function)
Displays a message on the client computers.
jQuery (Function)
Runs a JavaScript method (or several chained methods) of the jQuery library on a page element.
Navigation history in the code
The different editors enable you to directly view the code of an element by pressing the F2 key......
FTPDateTime (Function)
Returns the different dates and times (creation, modification or access) associated with a file found on an FTP server (File Transfer Protocol).
26. Style sheets: to simplify the layout
<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.
Handling Button controls programmatically
WINDEV, WINDEV Mobile and WEBDEV allow you to programmatically handle Button controls......
Handling a Progress Bar control through programming
A Progress Bar control can be handled through programming......
Properties associated with the options of a Switch control
Context Menu control properties
You can manipulate Context Menu controls in a page using the following WLanguage properties......
Handling a Link control through programming (Page)
WEBDEV allows you to handle a Link control through programming......