ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Connection variable>.CancelBackup (Function)
Cancels a current backup.
SQLChangeConnection (Function)
Modifies the current connection.
<Connection variable>.NotifAddEmailRecipient (Function)
Adds recipients for the notifications sent by email.
Specific features of the applications for iPhone/iPad
Compiling a WINDEV Mobile project in Xcode
When the WINDEV Mobile project for iPhone/iPad is generated on the development computer, the generated files must be transferred onto a Mac in order to be compiled......
<Chrono>.Pause (Function)
Pauses a stopwatch in order to measure the time spent on a process.
<Connection>.InfoLock (Function)
Returns information about the lock set on a data file, on one or all the records in a data file.
HPass (Function)
Defines the password used to create or open a data file.
<Connection variable>.DeleteGroup (Function)
Deletes (from the server) a group of users associated with a connection.
SQLDisconnect (Function)
Closes the current connection and frees the memory used by the connection.
Data model editor: the different types of items
The different types of items proposed in the data model editor are as follows:
Link Description (Type of variable)
A Link Description variable is used to describe a link between two data files through programming.
TimestampType (Property)
The TimestampType property is used to: Find out the type of timestamp for an item. This item was defined in the data model editor or through programming. Define the type of timestamp for a Date, Time or DateTime item (when describing the item through programming)....
HCancelBackup (Function)
Cancels a current backup.
HDeleteGroup (Function)
Deletes (from the server) a group of users associated with a connection.
Describing a query
Once a query is created, all the characteristics of this query can be modified at any time......
HNotifAddEmailRecipient (Function)
Adds recipients for the notifications sent by email.
<Source>.ChangeDir (Function)
Changes the path to a data file (i.e. directory in which the file will be handled).
GUIDAnalysis (Property)
The GUIDAnalysis property returns the GUID of the analysis that was used to create the data file.
GUIDFile (Property)
The GUIDFile property returns the GUID of the file defined in the analysis that was used to create the data file.
HOpen (Function)
Opens a data file.
HDelete (Function)
Deletes a record from a data file (query or view).
HLinkMemo (Function)
Used to associate a file with a binary memo item or to cancel the existing link between a file and a binary item.
Component (Property)
The Component property configures the different components of a composite key.
Developing an application for Apple Watch
An Apple Watch application is an application intended for a watch associated with an iOS device (phone, tablet, ......