ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

KanbanDeleteCard (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.
<diagLibrary variable>.LoadLibrary (Function)
Loads a diagram file and creates a library of preset shapes from it.
<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.
DiagramLoadLibrary (Function)
Loads a diagram file and creates a library of preset shapes from it.
<Kanban>.DeleteCard (Function)
Deletes a card from a Kanban control or from a Kanban List control.
KanbanDeleteAllCard (Function)
Deletes all cards from a Kanban control or Kanban List control.
TABOrder (Property)
The TABOrder property gets and sets the position of a control in the tab order of a window.
Runtime log
The runtime log is the best way to identify the most used features of an application......
Testing a Mobile application
By testing the project you can simulate how the application will run when launched by the user......
AppOpenForm (Function)
Opens: the form of an application on Android (Play Store), iOS (App Store) or Windows (Windows Store) in order for the user to give a mark to it and/or to comment it. the form for configuring the In-App purchases of an application....
Minimap
The minimap is an option that allows you to quickly navigate the code editor......
Screen,ScreenToFile (External language)
Initializes the file items with the value of the window controls bound to these items.
How to create a menu?
Appendix 4: WEBDEV modules
The table below presents the modules installed by the WEBDEV application server for Linux and their main features......
20. Control templates
SortType (Property)
The SortType property is used to: Find out the sort direction defined for an item or for a component of a composite key. This item was defined in the data model editor or programmatically. Define the sort direction for an item or for a component of a composite key (when describing the item through programming)....
FilePath (Property)
The FilePath property gets: the name of the xlsx file associated with a Spreadsheet control. the name of the file associated with an Image Editor control. the name of the PDF file associated with a PDF Reader control. the name of the DOCX file associated with a Word Processing control. the name of the wddiag file associated with a Diagram Editor control....
Sorted (Property)
The Sorted property is used to: Determine whether a control is sorted. Sort a control or not....
iColumnEnd (Function)
Forces a column break in a multi-column report.
LoadImageSheet (Function)
Loads an image set in memory so that it can be used later by gImage.
XMLOpen (Function)
Loads an XML document from a file, a URL or a string into an xmlDocument variable.
dLoadImage (Function)
Loads an image in an Image variable from a memo, a file or a binary buffer.
SpreadsheetLoad (Function)
Loads a file in XLSX format in a Spreadsheet control found in a window.