ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

The different copy modes
Two different copy modes are proposed by WDTRAD...
HOnServerCall (Function)
Customizes the management of message display on the client computer and the management of disconnection from a client computer.
User Groupware and Native Connector files
An application that works with the User Groupware can be used with a database handled by a Native Connector......
SSH constants
The following constants are used to manage an SSH server:...
EmailListFolder (Function)
Returns the list of folders: found in the Outlook messaging software. for an IMAP session....
MemCreate (Function)
Creates a memory area.
Creating the Relation pages of a WEBDEV RAD pattern
The charts
To include charts in your applications or in your sites, WINDEV, WEBDEV and WINDEV Mobile include......
ToolTip (Property)
The ToolTip property gets and sets the text displayed in a tooltip. This tooltip can be associated with: a control in a window or page, Versions 2025 (SaaS) and later a control in a report. In this case, the tooltip will only be visible in the report viewer. Note: This feature is only available from WINDEV Suite SaaS 2025 Update 3. New in SaaS a control in a report. In this case, the tooltip will only be visible in the report viewer. Note: This feature is only available from WINDEV Suite SaaS 2025 Update 3. New in version 2025 (SaaS) a control in a report. In this case, the tooltip will only be visible in the report viewer. Note: This feature is only available from WINDEV Suite SaaS 2025 Update 3. a control in a report. In this case, the tooltip will only be visible in the report viewer. Note: This feature is only available from WINDEV Suite SaaS 2025 Update 3....
MatCopy (Example)
Usage example of the MatCopy function
HExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.
Handling Organizer controls programmatically
Organizer controls can be handled programmatically....
Constants for managing errors and exceptions
List of constants used by the functions for managing errors and exceptions....
DndTarget (Property)
The DndTarget property determines and changes how a control behaves in a drag-and-drop operation.
Socket: Creating a client application
A client application of a socket server connects to a standard server in order to exchange information via socket......
FTPSend (Function)
Transfers a file or directory to an FTP server (File Transfer Protocol).
Directory (Property)
The Directory property is used to manage the physical directory of HFSQL files.
HListConnection (Function)
Returns the list of connections currently described in the application.
Native SQL Server Connector: Retrieving the output value of a stored procedure
The Native SQL Server Connector is used to: specify the input values during the call to a stored procedure. retrieve the output values after a call to a stored procedure....
ReturnToCapture (Function)
Stops the current process and forces the input in the specified control, window or page.
FTPGet (Function)
Transfers a file or directory from an FTP (File Transfer Protocol) server to the current computer.
ContextMenu (Property)
The ContextMenu property is used to: Get the custom context menu of a control, window or page. Change the custom context menu of a control, window or page (or associate another context menu). Customize the system menus of the controls by adding options....
AnsiToUnicode (Function)
Converts: an ANSI string (Windows) to a UNICODE string. a buffer containing an ANSI string (Windows) to a buffer containing a UNICODE string....