ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

DDEEvent (Function)
Associates a WLanguage procedure with a DDE event: when the DDE event occurs, the associated WLanguage procedure is automatically run.
rssEnclosure (Type of variable)
The rssEnclosure type is used to describe and handle the attachment of an entry of RSS stream...
ComponentLoadAll (Function)
Recursively loads in memory all the external components used in the project.
<Array>.DeleteDuplicate (Function)
Deletes the duplicates from an array.
ArrayDeleteDuplicate (Function)
Deletes the duplicates from an array.
zipCreateExe (Function)
Creates a self-extracting archive as a 32-bit executable (.EXE).
WINDEV applications for Linux: Specific features
<Array>.Sort (Function)
Sorts a WLanguage array.
Automatic menu of tables (AAF)
Each Table control found in a window proposes a menu to the user......
Adapting an application to support multiple languages
WINDEV Tutorial - Managing multiple languages Adapting an application to support multiple languages - 20 min
Managing HFSQL Cluster
Methods for managing an HFSQL cluster and its databases....
Handling a database from a Java application
You can start developing your application as soon as the WINDEV project is defined as being a Java project......
ThreadStop (Function)
Stops a secondary thread. Function not recommended.
Unavailable functions and properties
Some functions and properties have been removed from WLanguage......
HExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.
Spreadsheet: Using the ribbon
The ribbon of the Spreadsheet control proposes several features and it allows you to define several settings......
NotifPushEnable (Function)
Enables the management of push notifications in a WINDEV Mobile application (Android or iOS).
<Array>.Seek (Function)
Searches for the index of an element in a WLanguage array.
Configuring an existing project for the SCM
Some operations are required before an existing project can be used by the Source Code Manager......
NullSupported (Property)
The NullSupported property is used to manage the NULL value in HFSQL data files.
Procedure (Type of variable)
The Procedure type is used to handle: the procedures or methods found in the project. the procedures or methods found in an internal component. the procedures or methods found in an external component....
Optional connection information
When defining the connections in the data model editor or when defining the connections through programming, you have the ability to specifier the optional connection information......
ThreadExecute (Function)
Starts the execution of a secondary thread.
ArraySort (Function)
Sorts a WLanguage array.
Spreadsheet control in a window
The spreadsheet is one of the most often used business tools. The Spreadsheet control is used to include a spreadsheet in your WINDEV windows....