ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

EmailReadLast (Function)
Reads the last incoming email according to the protocol used (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
DateToInteger (Function)
Converts a date to an integer.
iNestedHeaderFooter (Function)
Prints (or not) the page headers and footers of nested report.
StatStandardDeviationP (Function)
Calculates the standard deviation for a full series of values.
SemaphoreStart (Function)
Locks the current thread until the semaphore is opened (which means until a "free" spot becomes available in the protected section).
grLabelFont (Function)
Modifies the font used for the category labels of a chart.
grTitle (Function)
Modifies the caption and/or position of the chart title....
grCreate (Function)
Creates a specific type of chart.
grLabel (Function)
Indicates various parameters of additional legend in a chart.
HConnect (Example)
Usage example of the HConnect function
SQLTransaction (Function)
Begins, commits or rolls back a transaction: on the files of a database opened by SQLConnect, on the files of a database opened by a connection (OLE DB or Native Access/Native Connector) described in the data model editor or by HOpenConnection....
Constants for external files
List of constants used by the functions for managing external files....
CalendarSelect (Function)
Returns the date selected in a Calendar control.
HTTPResetForm (Function)
Clears an HTTP form that is currently edited.
ServiceControl (Function)
Sends a control message to a service.
SysTheme (Function)
Returns the current theme of the device.
Table,Select,+ (External language)
Selects an element in a Table control.
fMakeDir (Function)
Creates a directory (and the intermediate directories if necessary).
Code snippets
The code editor allows you to enter "Code snippets"......
GglConnect (Function)
Manages authentication on a Google server (via the "OAuth 2.0" authentication mode).
zipFindFile (Function)
Finds a file in an archive (in CAB, ZIP, RAR, WDZ or 7z format).
HCloseConnection (Example)
Usage example of the HCloseConenction function