ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

KanbanInsertCard (Function)
Inserts a card in a Kanban list.
xlsNbRows (Function)
xlsNbRows is kept for backward compatibility only.
iVPos (Function)
iVPos is kept for backward compatibility.
iHPos (Function)
iHPos is kept for backward compatibility.
<Kanban>.InsertList (Function)
Inserts a list in a Kanban control.
<Kanban>.DeleteList (Function)
Deletes a list from a Kanban control.
<Kanban>.MoveList (Function)
Moves a list in a Kanban control.
KanbanInsertList (Function)
Inserts a list in a Kanban control.
KanbanMoveList (Function)
Moves a list in a Kanban control.
<Kanban>.InsertCard (Function)
Inserts a card in a Kanban list.
<Kanban list>.InsertCard (Function)
Inserts a card in a Kanban list.
KanbanDeleteList (Function)
Deletes a list from a Kanban control.
xlsNbColumns (Function)
xlsNbColumns is kept for backward compatibility only.
DriveListeFile (Function)
Lists files in an Drive directory.
<Chrono>.Reset (Function)
Stops and resets a running stopwatch.
<Description of ParallelTask>.Execute (Function)
Triggers the execution of a parallel task.
<ParallelTask variable>.Execute (Function)
Triggers the execution of a parallel task.
Working with the Source Code Manager
The principle for working with the Source Code Manager is as follows......
Debugger: Running a project step by step
Running a project step-by-step allows you to start the debugger when launching the application......
WDSQL: Creating and running a script
A script is a set of SQL commands used to perform a specific operation (create a new table in the database, insert records, ......
User Groupware and Client/Server data files
An application that uses the User Groupware can be used with an HFSQL database in Client/Server mode......
ScheduledTask structure
The ScheduledTask structure is used to define the characteristics of a scheduled task......
SaaSAdminListVisit (Function)
Returns the list of visits to a SaaS site.
14. Report templates
Report templates...
Creating a Java archive
When your Java application is developed, you can......