ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

New WINDEV, WEBDEV and WINDEV Mobile 28 feature!
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
The following functions handle Kanban controls:
New in version 28
KanbanAddCard
Adds a card to a list in a Kanban control.
New in version 28
KanbanAddList
Adds a new list to a Kanban control.
New in version 28
KanbanCount
Returns the number of cards or lists in a Kanban control.
New in version 28
KanbanDeleteAllCard
Deletes all cards from a Kanban control or Kanban List control.
New in version 28
KanbanDeleteCard
Deletes a card from a Kanban control or from a Kanban List control.
New in version 28
KanbanDeleteList
Deletes a list from a Kanban control.
New in version 28
KanbanDisplay
Refreshes a Kanban control or a card in the Kanban control.
New in version 28
KanbanFilter
Displays only cards that match the specified filter.
New in version 28
KanbanInfoXY
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
New in version 28
KanbanInsertCard
Inserts a card in a Kanban list.
New in version 28
KanbanInsertList
Inserts a list in a Kanban control.
New in version 28
KanbanListIndex
Returns the index of a list in a Kanban control.
New in version 28
KanbanMoveCard
Moves a card in a Kanban control.
New in version 28
KanbanMoveList
Moves a list in a Kanban control.
New in version 28
KanbanPositionList
Allows you to scroll through a list of a Kanban control to display a specific card.
New in version 28
KanbanSave
Updates the record bound to the current card in the Kanban control.
Minimum version required
  • Version 28
This page is also available for…
Comments
Click [Add] to post a comment