ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

ArrayUnionAll (Function)
Returns an array corresponding to the union of two arrays (without deleting duplicates).
AppointmentLast (Function)
Reads the last appointment in a Lotus Notes or Outlook calendar.
AppointmentFirst (Function)
Reads the first appointment found in the calendar of a Lotus Notes or Outlook messaging.
AppointmentPrevious (Function)
Reads the appointment found before the current appointment in the calendar of a Lotus Notes or Outlook messaging.
AppointmentNext (Function)
Reads the appointment found after the current appointment in the calendar of a Lotus Notes or Outlook messaging.
<Array>.Union (Function)
Returns an array corresponding to the union of two arrays.
Printing in PDF format: Special cases
Specific features of print in PDF format...
Fax constants
List of constants used by the functions for managing faxes....
ListInfo (Function)
Retrieves the characteristics of a WLanguage list: types of elements and number of elements.
HRetrieveLog (Function)
Creates a text file containing the server logs between two given dates.
HRSModifyConfig (Function)
Modifies some parameters of an existing replication between two HFSQL servers.
<Table>.EnumColumn (Function)
Returns the name of a column found in a Table or Treeview Table control.
<Looper>.MoveLine (Function)
Moves a row or swaps two rows in a Looper control.
<Queue variable>.Info (Function)
Retrieves the characteristics of a queue: types of elements and number of elements.
<Stack variable>.Info (Function)
Retrieves the characteristics of a stack: types of elements and number of elements.
PhraseToBuffer (Function)
Returns the buffer encoded in a BIP39 mnemonic phrase.
<Connection variable>.RSModifyConfig (Function)
Modifies some parameters of an existing replication between two HFSQL servers.
<Connection variable>.DeleteLink (Function)
Deletes an integrity rule between two data files on the server.
gpwOpenConnection (Function)
Opens a connection to a specific Client/Server database to manage the files of user groupware in Client/Server mode....
iPageHeightLeft (Function)
Calculates the available height (in millimeters) left on the current page while taking into account the defined margins (top or bottom).
FOR EACH/FOR ALL statement (loop through controls)
The statement FOR EACH is used to perform different types of browse on the controls (List Box, Table or Looper controls)...
Constants for managing animations
List of constants used by the functions for managing the animations...
8. Traffic statistics of dynamic sites
HOptimizeQuery (Function)
Optimizes the Select queries by using idle times when handling an application (period without processes).
HMergeView (Function)
Creates an HFSQL view from two previously created views (HCreateView). This function uses the former view mechanism.