ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

GglAddressToCoordinates (Function)
Retrieves the coordinates (latitude/longitude) of an address....
HExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.
dbgWriteWarningAudit (Function)
Writes a custom runtime warning into the dynamic audit.
HDuplicateRecord (Function)
Duplicates the record read in a data file: the record found in memory is added into the data file (query or view).
dCopyImage (Example)
Usage example of the dCopyImage function
PowerStatus (Function)
Used to get various information about the battery (main or secondary) of the device on which the application is running.
MatReadLine (Function)
Reads the value of all elements found in a matrix row.
StatSum (Function)
Calculates the sum for a series of values.
StatMax (Function)
Calculates the maximum value for a series of values.
StatMin (Function)
Calculates the minimum value for a series of values.
StatAverage (Function)
Calculates the arithmetic, geometric or harmonic mean for a series of values.
HRegenerateFile (Function)
Regenerates a data file from its log.
ChangeAction (Example)
Usage example of ChangeAction
SQLExec (Function)
Names and runs an SQL query.
dbgAssert (Function)
Used to find out and signal the possible errors via an assertive programming.
EmailReadMessageHeader (Function)
Reads the header of an incoming email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
Native SQLite Connector: Specific features and remarks
The following paragraphs present the main aspects and specific features of the Native SQLite Connector.
Procedure (Type of variable)
The Procedure type is used to handle: the procedures or methods found in the project. the procedures or methods found in an internal component. the procedures or methods found in an external component....
Gantt Chart report
The report editor gives you the ability to create "Gantt Chart" reports......
fOpen (Function)
Opens an external file (ANSI or UNICODE) in order to handle it through programming.
StatAverageDeviation (Function)
Calculates the average deviation of values in relation to their arithmetic mean.
StatStandardDeviation (Function)
Calculates the standard deviation for a series of values.
NetStartServer (Function)
Starts an FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server powered by WINDEV. This function is kept for backward compatibility....
DashAddWidget (Function)
Adds and displays a widget (internal window) in a Dashboard control.
2. Projects in practice