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
Allows you to scroll through a list of a Kanban control to display a specific card.
Example
CardPosition is int
MyCard is kbCard
MyCard.Title = "English"
CardPosition = KanbanInsertCard(KANBAN_Review, LIST_Subjects_to_review, 3, MyCard)
 
// Selects the inserted card
MyKanbanCard is kbCard
MyKanbanCard <- LIST_Subjects_to_review[CardPosition]
 
// Displays the inserted card
KanbanPositionList(LIST_Subjects_to_review, MyKanbanCard)
Syntax
KanbanPositionList(<Kanban list> , <Card>)
<Kanban list>: Control name
Name of the Kanban List control to be handled.
<Card>: kbCard variable
Name of the kbCard variable that corresponds to the card to be displayed. If the card is not present in the Kanban list, there is no action.
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: 03/09/2023

Send a report | Local help