ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

iOS 14 widget windows
An iOS application with an iOS widget configuration can contain one or more iOS 14 widget windows......
TableCount (Function)
Returns: the number of columns found in a Table or TreeView Table control. the number of rows found in a Table or TreeView Table control....
WebSocketClientConnect (Function)
Establishes a connection between the client and a WebSocket server.
JSONValid (Function)
Checks the validity of a JSON string.
hFileParameter (Type of variable)
The hFileParameter type is used to define the data files taken into account by a scheduled optimization task.
List of reserved words
HExecuteQueryAsynchronous (Function)
Executes a SELECT query asynchronously.
EmailSaveAttachment (Function)
Copies the attachment of current email onto the user computer (locally).
ResourceHeight (Property)
The ResourceHeight property is used to get and change the height of resources in a Scheduler control where resources are arranged in rows.
ServiceControl (Function)
Sends a control message to a service.
TableCollapseAll (Function)
Collapses: the entire hierarchy (all nodes) of a TreeView Table control. all breaks of a Table control....
BufferToInteger (Function)
Extracts an integer from a binary buffer at a given position.
HTTPRequest (Function)
Starts an HTTP request on a server.
Developing an iOS 13 widget
An iOS widget is an application intended to be displayed as a widget on iOS devices (iPhone, iPad, etc.
Android Widget windows
An Android application can contain one or more Widget windows......
HExecuteSQLQueryAsynchronous (Function)
Executes an SQL query asynchronously.
zipSplit (Example)
Usage example of the zipSplit function
Trace (Function)
Displays the requested information (content of a control, for example) in a window opened next to the current window.
Dedicated Web server
When installing WEBDEV development version, if no Web server is available on the current computer, WEBDEV automatically installs one (IIS Express version 10). This server is automatically configured to work with WEBDEV....
BitwiseOR (Function)
Returns the result of the (bitwise) logical OR between two values.
Serialization constants
The serialization constants are as follows:
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....
TableExpandAll (Function)
Expands: the entire hierarchy (all nodes) of a TreeView Table control. all breaks of a Table control....
Vertical (Property)
The Vertical property is used to: determine if a control is oriented horizontally or vertically. change the orientation of Table and Looper controls (switch from vertical to horizontal and conversely)....
ExtractString (Function)
Allows you to: extract a substring from a string based on a specified string separator. search for substrings in a string based on a specified string separator....