ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

xlsMergeCell (Function)
Merges the specified cells in an Excel document.
<Image>.DrawTextMarkdown (Function)
Draws Markdown text in an Image control.
Kanban control events
The following events are associated with Kanban controls......
WBAdminAccount (Type of variable)
The WBAdminAccount type is used to define all the advanced characteristics of a WEBDEV account in a WEBDEV Application Server.
DataDirectory (Property)
The DataDirectory keyword can correspond to...
WBAdminDeleteAccount (Function)
Deletes a WEBDEV account from a WEBDEV Application Server.
WLanguage procedure called by DeepLinkProcedure
WLanguage procedure ("callback") called by DeepLinkProcédure when the user clicks a deep link with a target URL associated with the application.
Deep links to mobile applications
Deep linking allows you to redirect the user to specific content in a mobile application (rather than in a browser) when they click on a link in a web page or in an email......
<Table>.ToExcel (Function)
Creates an Excel file with the data from a Table or TreeView Table control.
Extension procedure
By using extension procedures, you can add your own WLanguage procedures to different types of variables (string, date, color etc.)......
Zombie procedures
In most cases, old code contains procedures that are used but that do no longer match the current quality standard......
KanbanFilter (Function)
Displays only cards that match the specified filter.
<Image variable>.DrawTextMarkdown (Function)
Draws Markdown text in a variable of type Image.
<PDF reader>.GoToBookmark (Function)
Sets the position directly on the desired bookmark in the PDF document.
kbActionAllowed (Type of variable)
The kbActionAllowed type allows you to define which actions are available to the end user when handling cards in a Kanban control.
Customizing keyboard shortcuts
The different editors in WINDEV, WEBDEV and WINDEV Mobile include many options that can be used directly via keyboard shortcuts......
Handling Mobile Image Editor controls programmatically
WINDEV Mobile allows you to programmatically handle Mobile Image Editor controls......
Events of the Mobile Image Editor control
control Image Editor allows you to offer your mobile application users the possibility to edit and modify images or photos......
Mobile Image Editor control
By using the Image Editor control in your mobile applications, you will allow users to edit images or photos......
<Kanban list>.PositionList (Function)
Allows you to scroll through a list of a Kanban control to display a specific card.
<Kanban list>.DeleteCard (Function)
Deletes a card from a Kanban control or from a Kanban List control.
<Kanban list>.DeleteAllCard (Function)
Deletes all cards from a Kanban control or Kanban List control.
Move
The Move property determines if an element can be moved.
Remove
The Remove property determines if an element can be removed.
Using Kotlin code
Kotlin is a programming language mainly used for Android development......