ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

New WINDEV, WEBDEV and WINDEV Mobile 28 feature!
This content has been translated automatically.  Click here  to view the French version.
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Adds a new list to a Kanban control.
Example
// Ajout d'une liste de Kanban avec comme titre "Tâches à revoir"
// Dans le champ KANBAN_Kanban1
LISTE_Liste_a_revoir is Control
LISTE_Liste_a_revoir <- KanbanAddList(KANBAN_Kanban1, "A_revoir")
LISTE_Liste_a_revoir.Titre = "Tâches à revoir"
Syntax
<Result> = KanbanAddList(<Kanban control> , <Kanban list>)
<Result>: control
"Kanban list" control.
<Kanban control>: Control name
Name of the Kanban control to be used.
<Kanban list>: Character string
Name of the Kanban list to be created.
Business / UI classification: UI Code
Component: wd280obj.dll
Minimum version required
  • Version 28
This page is also available for…
Comments
Click [Add] to post a comment