ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

8. If you are already familiar with WINDEV
WINDEV Framework License Agreement
6. HFSQL Cluster
HFSQL Cluster is an extension of the HFSQL Client/Server database model....
Filtering a data file, a view or a query
A filter is used to define by programming a selection of records corresponding to one or more criteria......
Constructor and destructor
When creating a class in the code editor, the Constructor and Destructor methods are automatically created by default......
Distributing Reports & Queries
This help page presents the operations that must be performed in order for a WINDEV application to be handled by Reports & Queries......
fMemExist (Function)
Checks the existence of a shared memory zone.
UMC: Implementing and managing the "User Macro-Codes"
Regardless of the skill of the development team, the end user will always want to do something that has not been planned for......
The Breadcrumb control
The "Breadcrumb" control corresponds to a series of links allowing the Web user to go back into the logical tree structure of a site......
<Array>.Count (Function)
Returns: the number of elements in a one-dimensional array. the number of rows in a two-dimensional array. the number of elements in the first dimension of a three-dimensional or N-dimensional array....
ArrayCount (Function)
Returns: the number of elements in a one-dimensional array. the number of rows in a two-dimensional array. the number of elements in the first dimension of a three-dimensional or N-dimensional array....
ArrayToCSV (Function)
Converts a one-dimensional array or a two-dimensional array into a character string in CSV format.
<zipArchive variable>.Create (Function)
Creates an archive.
EventCreate (Function)
Creates an event.
SemaphoreCreate (Function)
Creates a semaphore.
zipCreate (Function)
Creates an archive.
SocketCreate (Function)
Creates a socket.
<Popup>.Display (Function)
Displays a popup in a page with a DDW effect (Dim Disabled Windows).
Anchored move on the main axes
To facilitate the positioning of controls, you have the ability to force their move according to the four main axes (0°, 45°, 90°, 135°)....
Serialize (Function)
Transforms the following elements into a specific format: a structure (and its subelements), a class (and its subelements), an array (including the associative arrays), a queue, a stack, a list....
Error 1010: The member of the class is constant
"Real Time Performance Profiler" pane
The "Real Time Performance Profiler" pane shows the activity of an application or site during a test......
Sort (Function)
Sorts a WLanguage array.
MutexCreate (Function)
Explicitly creates a mutex.
HTTPCreateForm (Function)
Creates an HTTP form.