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
Returns the index of a list in a Kanban control.
Remark: The visibility of the lists is ignored.
Example
Index is int
Index = KanbanListIndex(LIST_To_Review)
IF Index = 1 THEN
KanbanAddList(KANBAN_MyKanban, "To start")
END
Syntax

Getting the index of a list by specifying the Kanban control Hide the details

<Result> = KanbanListIndex(<Kanban control> , <Kanban list>)
<Result>: Integer
  • Index of the list in the Kanban control,
  • 0 if the Kanban list does not exist.
Remark: This index is defined in the editor.
<Kanban control>: Control name
Name of the Kanban control used.
<Kanban list>: Control name
Name of the Kanban List control to be handled. This name can correspond to:
  • the name of the Kanban List control defined in the editor,
  • the name of the Kanban List control defined programmatically.

Getting the index of a Kanban list Hide the details

<Result> = KanbanListIndex(<Kanban list>)
<Result>: Integer
  • Index of the list in the Kanban control,
  • 0 if the Kanban list does not exist.
Remark: This index is defined in the editor.
<Kanban list>: Control name
Name of the Kanban List control to be handled. This name can correspond to:
  • the name of the Kanban List control defined in the editor,
  • the name of the Kanban List control defined programmatically.
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