ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Array functions
List of functions for managing arrays
FOR EACH/FOR ALL statement (browse of associative arrays)
The FOR EACH statement is used to perform different types of browse on the associative arrays...
Functions for managing arrays (prefix syntax)
List of functions for managing arrays
Sharing the popup menus in the project
In most cases, several popup menus are included in your applications......
Use case diagram
A use case diagram is used to view the behavior of a system in such way that......
htmlNode (Type of variable)
The htmlNode type is used to define all the advanced characteristics of a node of an HTML document.
Parameter of a procedure/function
You have the ability to pass parameters to a procedure....
Other operators
The following are additional operators......
HReadSeekLast (Function)
Sets the position on the last record whose value for a specific item is less than or equal to a sought value (exact-match search).
The Spreadsheet control: Available formulas
At run time, in the Spreadsheet control, the end user directly enters the calculation formulas......
Aliases on data files: HAlias
The aliases are used to handle......
Customizing the setup program (Plug-in)
In a setup program, you may want to customize some actions......
Universal replication
The purpose of universal replication is to keep several databases synchronized......
3. Multi-criteria search
WINDEV Tutorial: WINDEV application: Managing data Lesson 3 - Multi-criteria search - 40 min
hbScanParameter (Type of variable)
The hbScanParameter type is used to define the parameters for iterating over the records in an HBase database.
memcachedConnection (Type of variable)
The memcachedConnection type is used to define the characteristics of a connection to a Memcached server.
docTableOfContents (Type of variable)
The docTableOfContents type is used to define all the options to generate a table of contents in a Word Processing document.
diagSelection (Type of variable)
The diagSelection type is used to define all the advanced characteristics of a selection made in a diagram.
2. Listing products
WEBDEV Tutorial - Creating a website with back office processes Lesson 2 - Listing products - 50 min
CriticalSectionStart (Function)
Marks the start of a critical section: no other thread will be able to run the code as long as the current thread does not exit from the critical section.
Handling Sidebar controls programmatically
WINDEV and WINDEV Mobile allow you to handle Sidebar controls programmatically......
fCreate (Function)
Creates an external file.
Automatic Application Features (AAF) of Spreadsheet controls
The Spreadsheet control includes multiple Automatic Application Features (AAF) in order to simplify the use of the control......
14. Controls in practice
Sequence diagram
A sequence diagram represents the chronological order of messages sent and received by a set of objects......
6. Printing the product catalog
WINDEV Mobile Tutorial - Developing an Android and iOS application Lesson 6 - Printing the product catalog - 20 min
Tab order in a window, a page, etc.
The tab order of the controls found in a window or in a page describes the order in which the controls take focus in a window when the user presses the [Tabulation] key......
AttachPointDeleteAll (Function)
Deletes all the connection points for a control.