ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Move
The Move property determines if an element can be moved.
KanbanFilter (Function)
Displays only cards that match the specified filter.
xlsMergeCell (Function)
Merges the specified cells in an Excel document.
<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.
Zombie procedures
In most cases, old code contains procedures that are used but that do no longer match the current quality standard......
Remove
The Remove property determines if an element can be removed.
Using Kotlin code
Kotlin is a programming language mainly used for Android development......
xlsGetMerge (Function)
Determines if a cell is merged with other cells and gets the merged cell range.
<xlsDocument variable>.MergeCell (Function)
Merges the specified cells in an Excel document.
DisplayAsMarkdown (Property)
The DisplayAsMarkdown property indicates whether or not an Edit control displays its content in Markdown format.
Formula (Property)
The Formula property describes a formula in a document or data sheet.
xlsRecalculateAll (Function)
Recalculates all formulas in an Excel (XLSX) document.
grHolePercentage (Function)
Modifies the percentage that corresponds the hole radius in the following charts: Donut, Radial Bar chart....
aiNeuralNetworkModel (Type of variable)
The aiNeuralNetworkModel type is used to define all the advanced characteristics of a neural network used by AIDetectModel.
Compilation statement: IF ExecutionTarget
The <IF ExecutionTarget> compile statement allows you to compile or not compile a WLanguage code depending on the execution target.
PythonInitialize (Function)
Specifies the location of the Python DLL to be loaded.
PythonTerminate (Function)
Unloads the Python DLL and frees memory.