ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Kanban functions
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
Inserts a list in a Kanban control.
Example
// Delete list 1
KanbanDeleteList(KANBAN_List, 1)
// Insert 2 other lists instead
KanbanInsertList(KANBAN_List, 1, "To review")
KanbanInsertList(KANBAN_List, 2, "To do")
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: wd290obj.dll
Minimum version required
  • Version 28
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/09/2023

Send a report | Local help