ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Handling Organization Chart controls programmatically
Managing menu options in MDI windows
The MDI windows must respect some constraints specific to the MDI applications......
NbMemoItem (Property)
The NbMemoItem property is used to get the total number of memo items in a record of: a file described in the data model editor, a file described through programming, an HFSQL view, a query....
zipIsMulti (Function)
Returns the type of archive: single-part archive or multi-part archive.
<zipArchive variable>.IsMulti (Function)
Returns the type of archive: single-part archive or multi-part archive.
Handling an HTML control through programming
WINDEV and WEBDEV allow you to handle an HTML control through programming......
Variant (Type of variable)
The Variant type is used to: store any simple value: boolean, numeric (Currency, Real, Integer, etc.), characters and character string, date (Date, Time, DateTime and Duration), ... store named or indexed subelements. store any complex value: structures, classes, advanced types, arrays, associative arrays, queues, stacks and lists. handle the NULL value in WLanguage. store interactions with ActiveX objects and Automation programming....
'Image gallery' Looper control
The "Image gallery" Looper control is used to manage the display of a set of images without programming......
The single-part and multi-part archives
Two types of archives are available......
Managing the programming errors
The security mechanism of WLanguage is enabled when a programming error occurs in an application......
Column of type Attribute
WINDEV and WEBDEV allow you to use columns of type "Attribute" in Table controls......
Handling a WinForm .Net control through programming
How to manage a multi-selection in a Table control?
This help page explains how to manage a multi-selection in a Table control....
12. Universal replication
13. Universal replication
Display the code of an element
WINDEV, WEBDEV and WINDEV Mobile allow the use of event-driven and object-oriented programming......
StringDelete (Function)
Deletes: all the occurrences of a substring within a string. part of a string within another string. The part of the string to remove is identified by its position and length....
NbKeyItem (Property)
The NbKeyItem property is used to get the total number of key items (including composite keys) in a record of: a file described in the data model editor, a file described through programming, an HFSQL view, a query....
Null (Property)
The Null property is used to: Assign NULL to the item for the current record. Find out whether the item is associated with the NULL value for the current record. Define the default value of an item when the item is described through programming....
Programming overview in C and C++
Programming the looper attributes
All the looper attributes can be handled by programming......
Handling Image controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to handle an Image control through programming......
How to sort the result of a query?
This help page explains how to create a sort query with the query editor....
5. Custom-Folders: Organize your project
Project configurations allow you to easily define the "target" platforms of the project....
<zipArchive variable>.Merge (Function)
Merges the different sub-archives found in a multi-part archive to create a single-part archive.
1
5
6
7
8
9
160
>