|
|
|
|
|
KanbanDeleteCard (Function) In french: KanbanSupprimeCarte Deletes a card from a Kanban control or from a Kanban List control. PROCEDURE 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
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|