ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Array (Type of variable)
An array is a structured type that is used to group a set of elements of the same type...
HTransactionCancel (Function)
If a transaction is in progress, cancels all the operations performed on the data files in transaction since the start of transaction.
HRead (Function)
Reads a record in a file according to a given record number.
grOrigin (Function)
Modifies the start and end marks on one of the chart axes.
Configuring an existing project for the SCM
Some operations are required before an existing project can be used by the Source Code Manager......
Creating the skin template of a report
EmailCloseSession (Function)
Closes an email management session depending on the selected mode (SMTP/POP3, IMAP, MS Exchange or Lotus Notes)....
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.
zipDeleteFileList (Function)
Deletes a list of files from an archive.
DiagramLoadLibrary (Function)
Loads a diagram file and creates a library of preset shapes from it.
Round (keyword)
The Round keyword can correspond to...
Constants for external files
List of constants used by the functions for managing external files....
GPSGetPosition (Function)
Retrieves information about the current device position.
Report based on a query
Queries are used to easily select records in one or more tables......
TableFilteredColumn (Function)
Returns the list of columns filtered by the user in a Table or TreeView Table control.
fDateTime (Function)
Returns or modifies the different dates and times associated with a file or directory (date created, modified or accessed).
dbgCheckFalse (Function)
Checks whether an expression is false in assertive programming and in automated test mode.
fCreateLink (Function)
Creates a link on a file at the specified location.
Int (Variable type)
The Int type is used to easily perform calculations on integer values...
ArrayToCSV (Function)
Converts a one-dimensional array or a two-dimensional array into a character string in CSV format.
dbgError (Function)
Provokes: an assertion during the test of element or project (Go mode). an error in automated test mode....
EmailListFolder (Function)
Returns the list of folders: found in the Outlook messaging software. for an IMAP session....
HDeclareExternal (Example)
Usage example of the HDeclareExternal function