ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

1. Project audits
WINDEV Tutorial: Optimizing a project Lesson 1 - Project audits - 15 min
xlsDeleteWorksheet (Function)
Deletes a worksheet from the Excel document.
Multiple assignments of arrays, structures and classes
The multiple assignment of arrays consists in assigning a set of simple values (boolean, integer, string, real, numeric or currency) to the cells of an array. This multiple assignment is also available for the structures and the classes....
Composite variable
A composite variable contains different types of elements (members)...
1. HFSQL Client/Server: Implementation
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 1 - HFSQL Client/Server: Implementation - 10 min...
PageCloseDialog (Function)
Closes the current page. This page was opened by PageDisplayDialog. A return value can be returned to the calling page.
MapItineraryDistance (Function)
Calculates the distance of an itinerary in a Map control.
CancelWebserviceContext (Function)
Deletes from the web service context a variable added by DeclareWebserviceContext.
gpwOpen (Function)
Opens the User Groupware login window or page.
ArrayInsertLine (Function)
Inserts a row at a given position: into a two-dimensional WLanguage array. into an advanced two-dimensional array property (xlsDocument, etc.)....
HAddGroup (Function)
Adds a group of users.
Value of constants for the Windows 32-bit API
Value of constants for the Windows 32-bit API...
Y (Property)
The Y property is used to: Find out the Y-coordinate of a control or window (position on Y-axis). Modify the Y-coordinate of a control or window....
WEBDEV administrator: General configuration
The "Configuration" tab allows you to define the default connection options for WEBDEV websites located on the server and managed by the administrator......
HashCheckString (Function)
Checks the Hash of a character string for a specific type of algorithm.
ThreadEnd (Function)
Ends the execution of the current thread.
HCancelDeclaration (Function)
Used to: Delete a declaration made previously using HDeclare, HDeclareExternal, HDescriveFile. After this operation, the data file is no longer recognized by the HFSQL engine. Free the resources of a query (after calling HExecuteQuery or HExecuteSQLQuery)....
The HTML Editor control
The HTML Editor control allows users to create and modify HTML pages......
EmailStartSMTPSession (Function)
Starts a session for sending emails with the SMTP protocol.
SQLFetch (Function)
Goes to the next row (i.e next record) of the query result.
HSetDuplicates (Function)
Enables or disables the management of duplicates on a unique key.
Creating a Java project
WINDEV allows you to generate a Java application without even knowing the Java language......
HDescribeItem (Function)
Describes a file item through programming.