ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SQLFetch (Function)
Goes to the next row (i.e next record) of the query result.
EmailChangeFolder (Function)
Modifies the current folder in the messaging software (Outlook, messaging software using the IMAP protocol, ...).
SysStandby (Function)
Allows you to: enable and disable the standby mode (Android) display the system screen used to configure the standby mode (Universal Windows Apps)...
SysSerialNum (Function)
Returns the IMEI number of the current device.
SysDirStorageCard (Function)
Returns the path of the root directory of the primary external storage space.
DotNetVersion (Function)
Returns the version number of the .Net Framework available on the current computer.
HUpdateQuery (Function)
Creates or updates a query on an HFSQL server.
HDeleteQuery (Function)
Deletes a query (used by stored procedures) from an HFSQL server.
HListStoredElement (Function)
Returns the list of elements stored on an HFSQL server (sets of procedures, stored procedures or queries).
TableItemStatus (Function)
Returns the status of a node in a Treeview Table control: collapsed, expanded or not found.
XamlDisable (Function)
Simulates the absence of .Net 3.0 framework.
HFreePosition (Function)
Deletes a position saved by HSavePosition.
EmailRemoveFolder (Function)
Deletes a folder from the Outlook messaging software or from an IMAP server.
HListAnalysis (Function)
Returns the list of WINDEV or WEBDEV analyses (in HFSQL Classic format) available in a given directory.
SQLAssociate (Function)
Automatically associates each column of the query result with a control or with a variable of the application.
HListKey (Function)
Returns the list of keys found in a file (query or view) recognized by the HFSQL engine.
HListConnection (Function)
Returns the list of connections currently described in the application.
HListFile (Function)
Returns the list of files: found in the current analysis or in a specific analysis recognized by the HFSQL engine. The files defined by HDeclare, HDeclareExternal and HDescribeFile are taken into account. available on a connection via a native access or via an OLE DB driver. for a group of files defined in the data model editor....
HListLink (Function)
Returns the list of links (Merise) in the current analysis or in a specific analysis
HListQueryParameter (Function)
Returns the list of parameters for a query created in the query editor.
HListProvider (Function)
Returns the list of OLE DB providers and/or Native Connectors installed on the current computer....
HListREP (Function)
Returns the list of assignments for the data files handled by the current application, which means the list of physical files corresponding to the files described in the analysis.
HListItem (Function)
Returns the list of items: found in a data file ( a query or a view) known to the HFSQL engine. The data files defined by HDeclare, HDeclareExternal and HDescribeFile are taken into account. found in a Record variable....
HListTrigger (Function)
Returns the list of triggers applied to one or more HFSQL data files.
HRead (Function)
Reads a record in a file according to a given record number.