ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HNbRec (Function)
Returns the number of records in an HFSQL file, query or view: active records, deleted records, etc.
<Source>.NbRec (Function)
Returns the number of records in an HFSQL file, query or view: active records, deleted records, etc.
OpenSister (Function)
Opens a non-modal sibling window.
Pre-launched sessions
A pre-launched session is a session of a Web site (or webservice) automatically started on the Web server from the WEBDEV Application Server......
Performance profiler
The performance profiler (also called Profiler) is used to check and optimize the execution time of your application......
TableSelect (Function)
Returns the index of the selected element in the Table or TreeView Table control.
ScreenToFile (Function)
Automatically updates: the values of a data file's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
Handling a TreeMap through programming
WINDEV allows you handle a TreeMap control through programming....
Table,Display (External language)
Refreshes the Table control.
Table,Add (External language)
Adds an element to a Table control.
Monitoring robot: Configuring the Robot controller parameters
From the monitor, you can change the configuration options......
TelemetryAddPassage (Function)
Signals the code execution for a passage sensor.
RealToDateTime (Function)
Converts an 8-byte real to a date and time.
httpProgress (Type of variable)
The httpProgress type is used to manage the progress when sending or receiving an HTTP request.
URI (Type of variable)
The URI (Uniform Resource Identifier) type identifies physical or abstract resources (e.g. files or Web pages).
Anchoring in a page
In a page, the anchors define how the content of a page will behave when the page is enlarged by the Web user....
The Combo Box control
The "Combo Box" control is used to display a list of elements and to select an element from this list......
OLEPlay (Function)
Used to: retrieve the list of available operations (other than edit) from a server, perform an operation....
Managing the Unicode format in the HFSQL files
The analysis proposes two types of Unicode items......
Commands of the external interface
The "Compilation errors" pane
The "Compilation errors" pane is used to find out......
How to add a new row to a Table control?
This help page explains how to add a row to a Table control programmatically....
4. Windows with search
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 4 - Windows with search - 30 min
Using .NET assemblies in a project
To use .NET assemblies in a project......
StoredItem (Property)
The StoredItem property is used to: Find out the stored item or the stored variable of a Table, Looper, List Box or Combo Box control. Modify the stored item or the stored variable of a Table, Looper, List Box or Combo Box control....
Item Description (Type of variable)
An Item Description variable is used to describe one or more items in a data file programmatically.
BREAK statement/"BREAK:" label
The keyword BREAK can correspond: to the BREAK statement: it allows you to exit a set of instructions and run the rest of the current process. to the BREAK label: it allows you to declare a section of code in a loop. This code will be run when exitingfrom the loop with a "BREAK" statement....