ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Usage example of the XML types
The following examples is used to handle an XML document via the xmlDocument and cmlNode variables, ...
<Gantt chart>.AddTask (Function)
Adds a task in a Gantt Chart column in a Table or TreeView Table control.
<Kanban list>.DeleteCard (Function)
Deletes a card from a Kanban control or from a Kanban List control.
Certificate functions (prefix syntax)
The following functions are used to handle Windows certificates, using prefix syntax:
ComponentLoad (Function)
Loads an external component. This component can be: an external component present in the current project. an external component independent of the current project....
<GuidedTour>.ChangeStep (Function)
Moves to another step of the Guided Tour.
Managing bar codes
The use of bar codes to identify and manage products has become essential......
<Map>.DeleteAll (Function)
Deletes the following from a Map control: all markers, use any shape you want, all images....
Compile (Function)
Dynamically compile a Procedure whose source code is supplied (dynamic compilation).
<Chrono>.Resume (Function)
Resumes a stopwatch previously stopped by <Chrono>.Fin or <Chrono>.Pause.
App shortcuts
App shortcuts are an Android feature that allows users to quickly perform specific actions in an application without having to open the full application......
<Chrono>.End (Function)
Stops a stopwatch and returns the time elapsed (in milliseconds) since the start of timing (call to <Chrono>.Start).
Bar Code functions
The following functions are used to manage bar codes:...
dSaveImagePNG (Function)
Saves an image: in a PNG file. in memory....
dSaveImageJPEG (Function)
Saves an image: in a JPEG file. in memory....
dSaveImageGIF (Function)
Saves an image: in a file in GIF format. in memory....
dSaveImageBMP (Function)
Saves an image: in a file in BMP format. in memory....
Certificate management functions
The following functions are used to handle the certificates:...
inAppPurchaseProduct (Function)
Sends a request for purchasing an "In-App" product associated with the application.
GPSDetectPosition (Function)
Asks to be notified when the device gets close to a given location.