ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Category: Kanban functions
41 results
<Kanban list>.DeleteCard (Function)
Deletes a card from a Kanban control or from a Kanban List control.
<Kanban list>.InsertCard (Function)
Inserts a card in a Kanban list.
<Kanban list>.ListIndex (Function)
Returns the index of a list in a Kanban control.
<Kanban list>.PositionList (Function)
Allows you to scroll through a list of a Kanban control to display a specific card.
<Kanban>.AddCard (Function)
Adds a card to a list in a Kanban control.
<Kanban>.AddCard (Function)
Adds a card to a list in a Kanban control.
<Kanban>.AddList (Function)
Adds a new list to a Kanban control.
<Kanban>.Count (Function)
Returns the number of cards or lists in a Kanban control.
<Kanban>.DeleteAllCard (Function)
Deletes all cards from a Kanban control or Kanban List control.
<Kanban>.DeleteAllCard (Function)
Deletes all cards from a Kanban control or Kanban List control.
<Kanban>.DeleteCard (Function)
Deletes a card from a Kanban control or from a Kanban List control.
<Kanban>.DeleteList (Function)
Deletes a list from a Kanban control.
<Kanban>.Display (Function)
Refreshes a Kanban control or a card in the Kanban control.
<Kanban>.Filter (Function)
Displays only cards that match the specified filter.
<Kanban>.InsertCard (Function)
Inserts a card in a Kanban list.
<Kanban>.InsertList (Function)
Inserts a list in a Kanban control.
<Kanban>.ListIndex (Function)
Returns the index of a list in a Kanban control.
<Kanban>.MoveCard (Function)
Moves a card in a Kanban control.
<Kanban>.MoveList (Function)
Moves a list in a Kanban control.
<Kanban>.Save (Function)
Updates the record bound to the current card in the Kanban control.
Kanban control functions
The following functions manipulate Kanban controls...
Kanban control functions (prefix syntax)
The following functions manipulate Kanban controls...
KanbanAddCard (Function)
Adds a card to a list in a Kanban control.
KanbanAddList (Function)
Adds a new list to a Kanban control.
KanbanCount (Function)
Returns the number of cards or lists in a Kanban control.
KanbanDeleteAllCard (Function)
Deletes all cards from a Kanban control or Kanban List control.
KanbanDeleteCard (Function)
Deletes a card from a Kanban control or from a Kanban List control.
KanbanDeleteList (Function)
Deletes a list from a Kanban control.
KanbanDisplay (Function)
Refreshes a Kanban control or a card in the Kanban control.
KanbanFilter (Function)
Displays only cards that match the specified filter.
KanbanInfoXY (Function)
For a given position (coordinates of a point) in a Kanban control, returns one of the following:
  • the number of the card at that position,
  • the number of the list at that position
KanbanInsertCard (Function)
Inserts a card in a Kanban list.
KanbanInsertList (Function)
Inserts a list in a Kanban control.
KanbanListIndex (Function)
Returns the index of a list in a Kanban control.
KanbanMoveCard (Function)
Moves a card in a Kanban control.
KanbanMoveList (Function)
Moves a list in a Kanban control.
KanbanPositionList (Function)
Allows you to scroll through a list of a Kanban control to display a specific card.
KanbanSave (Function)
Updates the record bound to the current card in the Kanban control.
kbActionAllowed (Variable type)
The kbActionAllowed type allows you to define which actions are available to the end user when handling cards in a Kanban control.
kbCard (Variable type)
The kbCard type defines all the advanced characteristics of a card in a Kanban control.
WLanguage procedure
1 document