ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Analysis editor: the different types of sections
The different types of items proposed in the data model editor are as follows:
<Connection variable>.ListUser (Function)
Returns the list of users defined for a connection.
ExeListProcess (Function)
Returns the list of applications currently run.
HListUser (Function)
Returns the list of users defined for a connection.
zipListFile (Function)
Returns the list of files found in an archive.
<zipArchive variable>.ListFile (Function)
Returns the list of files found in an archive.
NetListRemoteAccess (Function)
Returns the list of available remote accesses.
<Kanban>.ListIndex (Function)
Returns the index of a list in a Kanban control.
<Kanban>.AddList (Function)
Adds a new list to a Kanban control.
<Kanban>.AddCard (Function)
Adds a card to a list in a Kanban control.
<Kanban list>.ListIndex (Function)
Returns the index of a list in a Kanban control.
<Kanban>.AddCard (Function)
Adds a card to a list in a Kanban control.
KanbanAddList (Function)
Adds a new list to a Kanban control.
KanbanAddCard (Function)
Adds a card to a list in a Kanban control.
KanbanListIndex (Function)
Returns the index of a list in a Kanban control.
<Connection variable>.NotifListEmailRecipient (Function)
Returns the list of recipients for a notification by email.
ArrayToParameters( Function)
Converts an array of elements into a list of parameters.
Handling a Scrollbar control through programming
WINDEV allows you to handle a Scrollbar control through programming......
Various constants
List of various constants used by the constants WINDEV functions....
Project Management Hub: Management of incidents
The Project Management Hub allows you to keep a history of the incidents encountered in your applications......
Question edit wizard
When typing a new message intended to the end user, WINDEV or WINDEV Mobile automatically displays the following window......
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....
BankHolidayList (Function)
Returns the list of the public holidays defined by BankHolidayAdd.
BankHolidayAdd (Function)
Indicates that a day (or a list of days) is a public holiday.
BTListRadio (Function)
Returns the list of Bluetooth radios connected to the computer.
Report controls
Several types of controls can be handled in a report created by the report editor......