ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage functions / Controls, pages and windows / Kanban functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Inserts a list in a Kanban control.
Example
// Suppression de la liste 1
KanbanDeleteList(KANBAN_Liste, 1)
// Insertion de 2 autres listes à la place
KanbanInsertList(KANBAN_Liste, 1, "A voir")
KanbanInsertList(KANBAN_Liste, 2, "A faire")
Syntax
<Result> = KanbanInsertList(<Kanban control> , <Position> , <List name>)
<Result>: Control
Kanban list control.
<Kanban control>: Control name
Name of the Kanban control used.
<Position>: Integer
Insertion position. If this parameter is less than or equal to 1, the list is inserted at position 1. If this parameter is greater than or equal to the number of lists in the Kanban control, the list is inserted after the last list.
<List name>: Character string
Name of the new Kanban list.
Business / UI classification: UI Code
Component: wd300obj.dll
Minimum version required
  • Version 28
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/28/2025

Send a report | Local help