ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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.
Manipulating Action Bars programmatically
Action Bars can be manipulated programmatically. To do so, use the variable corresponding to the Action Bar in the code....
EmailGetAll (Function)
Retrieves all the emails found on a server.
How to fill a TreeView Table control?
This help page explains how to populate a TreeView Table control programmatically....
WeekToDate (Function)
Returns the date of the Monday for the specified week and year.
Automatic calculations in a Table control (AAF)
Choosing the action associated with the link
You can associate an action with the link regardless of the type of link......
ChronoStart (Function)
Starts a stopwatch to measure the duration of a process (in milliseconds) and resets a running stopwatch.
ChronoEnd (Function)
Stops a stopwatch and returns the time elapsed (in milliseconds) since the start of timing (call to ChronoStart).
zipListFile (Function)
Returns the list of files found in an archive.
Fixed array (Type of variable)
A fixed array is an "advanced" type of array...
Characteristics of Table controls in a window
Table controls allow you to display and/or enter data......
YesNo (Function)
Displays a message in a standard dialog box that proposes "Yes" and "No" and returns the user's choice....
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....
Step 2: Creating print fonts
This step allows you to define and choose the different fonts that will be used in the printed document......
Confirm (Function)
Displays a message in a standard dialog box that proposes "Yes", "No", "Cancel" and returns the user's choice....
eToEuro (Function)
Converts to Euro a value expressed in a specific currency.
eToCurrency (Function)
Converts a value expressed in Euro into another currency.
eChangeCurrency (Function)
Converts a currency into another currency.
TablePosition (Function)
Displays a Table or TreeView Table control from a specified row or returns the index of the first row displayed in a Table or TreeView Table control.