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
Deletes a card from a Kanban control or from a Kanban List control.
Example
PROCÉDURE DeleteCardWithToast(Card is kbCard)
KanbanDeleteCard(LIST_To_Do, Card.Priority)
ToastDisplay("Task deleted from list A")
Syntax

Deleting a card using its index Hide the details

KanbanDeleteCard(<Kanban List control> , <Index>)
<Kanban List control>: Control name
Name of the Kanban List control to be handled.
<Index>: Integer
Index of the card to be deleted.

Deleting a card using a kbCard variable Hide the details

KanbanDeleteCard(<Control used> , <Card>)
<Control used>: Control name
Name of the control used:
  • Name of the Kanban control.
  • Name of the Kanban List control.
<Card>: kbCard variable
Name of the kbCard variable that corresponds to the card to be removed.
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