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
KanbanInfoXY (Function)
In french: KanbanInfoXY
AjaxNot available
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.
Example
ListIndex is int = KanbanInfoXY(KANBAN_Planning, kbListInfo, MouseXPos, MouseYPos)
Trace(KANBAN_Planning.List[ListIndex].Title)
Syntax
<Result> = KanbanInfoXY(<Kanban control> , <Type of information> , <X> , <Y>)
<Result>: Integer
Requested information:
  • Number of the card at the specified position,
  • Number of the Kanban list at the specified position,
  • -1 if the position does not correspond to an element of the Kanban control.
<Kanban control>: Control name
Name of the Kanban control to be used.
If this parameter is an empty string (""), the control to which the current event belongs will be used.
<Type of information>: Integer constant
Type of information requested:
kbCardInfoIndex of the card at the specified position.
kbListInfoIndex of the list at the specified position.
<X>: Integer
X-coordinate (in pixels) to be analyzed. This coordinate is relative to the control.
<Y>: Integer
Y-coordinate (in pixels) to be analyzed. This coordinate is relative to the control.
Component: wd290obj.dll
Minimum version required
  • Version 28
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/23/2023

Send a report | Local help