ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Procedure/Function
A procedure is used to associate an identifier with a statement block......
HFSQL data files exceeding 2 gigabytes
By default, the HFSQL engine allows you to manage large data files (up to 2 gigabytes)......
SCM: Working in Offline mode
The Source Code Manager allows you to easily work in offline mode......
Client application: Running procedures on a server of.Net services
Several DotNet functions are available in WINDEV......
ContactDelete (Function)
Deletes the current contact: from a Lotus Notes or Outlook address book. from the list of contacts on the phone (Android, iPhone or iPad, Universal Windows)....
Creating an application using the RAD methodology
The RAD (Rapid Application Development) is a technology used to easily create a full application (or site)......
Customizing the setup program (Plug-in)
In a setup program, you may want to customize some actions......
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.
ERR_LOADMOREDLL
SpreadsheetPosition (Function)
Displays the specified cell in a Spreadsheet control found in a window: either the visible area of Spreadsheet control is moved to display the cell. or the cell is displayed in the upper-left corner of visible area of Spreadsheet control....
<Spreadsheet>.Position (Function)
Displays the specified cell in a Spreadsheet control found in a window: either the visible area of Spreadsheet control is moved to display the cell. or the cell is displayed in the upper-left corner of visible area of Spreadsheet control....
Mini preview window
When printing a report through programming or using iPrint, it is now possible to request the use of a mini preview instead of the traditional preview....
<Table>.Display (Function)
Refreshes a Table or TeeeView Table control from a given position: for a control linked to a file: changes made in the linked data file are reflected in the control. for a control handled programmatically: the calculated columns are re-calculated....
TableDisplay (Function)
Refreshes a Table or TeeeView Table control from a given position: for a control linked to a file: changes made in the linked data file are reflected in the control. for a control handled programmatically: the calculated columns are re-calculated....
AppOpenForm (Function)
Opens: the form of an application on Android (Play Store), iOS (App Store) or Windows (Windows Store) in order for the user to give a mark to it and/or to comment it. the form for configuring the In-App purchases of an application....
<Source>.ListKey (Function)
Returns the list of keys found in a file (query or view) recognized by the HFSQL engine.
<Source>.ListLink (Function)
Returns the list of links (Merise type) found in the current analysis or in a specific analysis.
<Connection variable>.AddTask (Function)
Adds a scheduled task on the server defined by the connection.
SCM: Management of rights
It is possible to manage and grant certain access rights to the developers for each element in the SCM......
Managing mutexes in threads
A mutex is used to limit the simultaneous execution of a code (procedure, line of code, etc.) to one thread at a given time....
Warning 124: Shadowing a global variable
EmailReadPreviousHeader (Function)
Reads the header of the email found before the current email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).