ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
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
KanbanCount (Function)
In french: KanbanOccurrence
Returns the number of cards or lists in a Kanban control.
Example
// Affiche le nombre total de cartes présentes dans le champ Kanban
LIB_NbTâches = "Total: " + KanbanCount(KANBAN_MonKanban, 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.

Note: The number of visible Kanban cards and lists takes into account the cards and lists accessible by moving the elevator..
Component: wd300obj.dll
Minimum version required
  • Version 28
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 09/21/2024

Send a report | Local help