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
Adds a new list to a Kanban control.
Example
// Add a Kanban list titled "Tasks to review"
// In the KANBAN_Kanban1 control
LIST_List_to_review is Control
LIST_List_to_review <- KANBAN_Kanban1.AddList("To_review")
LIST_List_to_review.Title = "Tasks to review"
Syntax
<Result> = <Kanban control>.AddList(<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: wd290obj.dll
Minimum version required
  • Version 28
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/30/2023

Send a report | Local help