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
KanbanCount (Function)
In french: KanbanOccurrence
Returns the number of cards or lists in a Kanban control.
Example
// Displays the total number of cards in the Kanban control
STC_NbTasks = "Total: " + KanbanCount(KANBAN_MyKanban, kcCardTotal)
Syntax
<Result> = KanbanCount(<Kanban control> , <Count>)
<Result>: Integer
Number of elements.
<Kanban control>: Control name
Name of the Kanban control used.
<Count>: Integer constant
Type of information requested:
kcCardTotalTotal number of cards in the control.
kcCardVisibleNumber of visible cards.
kcListTotalTotal number of Kanban lists in the control.
kcListVisibleNumber of visible Kanban lists.

Remark: The number of visible Kanban cards and lists corresponds to the cards and lists that can be accessed when scrolling the control.
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