ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

KanbanDeleteCard (Function)
Deletes a card from a Kanban control or from a Kanban List control.
<Kanban>.DeleteCard (Function)
Deletes a card from a Kanban control or from a Kanban List control.
<Kanban>.DeleteAllCard (Function)
Deletes all cards from a Kanban control or Kanban List control.
KanbanSave (Function)
Updates the record bound to the current card in the Kanban control.
<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.
<Kanban>.Save (Function)
Updates the record bound to the current card in the Kanban control.
KanbanDeleteAllCard (Function)
Deletes all cards from a Kanban control or Kanban List control.
Application triggers
...A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification is performed (addition, deletion, modification, ...) on a record of a data file....
MaxNbCard (Property)
The MaxNbCard property gets and sets the maximum number of cards in a Kanban control.
SEO of a WEBDEV site
In order for your site to get visitors, the Web users must be able to find it......
How to include secure payment in a WEBDEV site?
This help page explains how to add a secure payment into a WEBDEV site......
Analysis: Import files into the analysis (external database, HFSQL files, etc.)
WINDEV and WEBDEV allow you to easily handle external databases (Oracle, SQL Server, Access, etc....
Markdown (Property)
The Property Markdown allows you to manage the Markdown format: in an Static control in an report. in the internal window fields (title and description) corresponding to the tour stage....
EndTotalRange (Property)
The EndTotalRange property is used to: get the last date or time that can be displayed in a Scheduler or TimeLine control. change the last time that can be displayed in a TimeLine control....
Thumbnail (Property)
The Thumbnail property is used to: get the value of an item thumbnail. This item was defined in the data model editor or through programming. get and change the image associated with a Thumbnail control....
Deserialize (Function)
Deserializes a buffer or a character string containing the data from a class, structure, array (including an associative array), queue, stack, list or advanced variable, as well as their subelements.
ContextMenu (Property)
The ContextMenu property is used to: Get the custom context menu of a control, window or page. Change the custom context menu of a control, window or page (or associate another context menu). Customize the system menus of the controls by adding options....
StartTotalRange (Property)
The StartTotalRange property is used to: get the first date or time that will be displayed in a Scheduler or TimeLine control. change the first time that can be displayed in a TimeLine control....
dCrop (Function)
Returns the cropped part of an image. This image is found in an Image variable.
<Image variable>.Crop (Function)
Returns the cropped part of an image. This image is found in an Image variable.
<Kanban list>.PositionList (Function)
Allows you to scroll through a list of a Kanban control to display a specific card.
KanbanPositionList (Function)
Allows you to scroll through a list of a Kanban control to display a specific card.
kbCard (Type of variable)
The kbCard type defines all the advanced characteristics of a card in a Kanban control.
WDInst: including an "autorun" in a setup on CD
An "autorun" can be run (or not) when the setup CD is inserted into the drive of the setup computer......