|
|
|
|
|
Card (Property) In french: Card
The Card property handles the different cards associated with a Kanban list. You can add, modify or delete cards from a Kanban list, or navigate between them.
FOR i = 1 _TO_ KANBAN_List_TODO.Card.Count()
KANBAN_List_TODO.Card[i].Date = DateSys
END
T1 is kbCard
T1.Title = "Document"
T1.Text = "Write documentation"
KANBAN_List_TODO.Card.Add(T1)
Syntax
<Result> = <Kanban list>.Card
<Result>: Array Array of kbCard variables. <Kanban list>: Control name Name of the Kanban List control.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|