ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

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
Returns the index of a list in a Kanban control.
Note: List visibility is not taken into account.
Example
Indice is int 
Indice = KANBAN_MonKanban.IndiceListe(LISTE_A_revoir)
IF Indice = 1 THEN
	KANBAN_MonKanban.AjouteListe("A commencer")
END
Syntax
<Result> = <Kanban control>.ListIndex(<Kanban list>)
<Result>: Integer
  • Index of the list in the Kanban control,
  • 0 if the Kanban list does not exist.
Note: This index corresponds to the edition index.
<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.
Component: wd300obj.dll
Minimum version required
  • Version 28
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 09/20/2024

Send a report | Local help